Artifact e3f9080d450c7056a8ebb38a3bf76b8f5be263ab567aa51cfddd06daf7eacca3:
- File template.html.p — part of check-in [6f93d21a] at 2019-04-04 15:49:24 on branch trunk — Add lang to html tag in template (user: joel, size: 278) [annotate] [blame] [check-ins using]
<!DOCTYPE html> <html lang="en"> ◊spell-of-summoning![] ◊(define article-html (crystalize-article! here doc)) ◊(define page-title (article-plain-title here)) ◊html$-page-head[page-title] ◊html$-page-body-open[] ◊article-html ◊html$-page-body-close[] </html>