Artifact 406d1c49ac36a6f6c352df75d3d5fb19fdb5da27e774e81ebed63b63efd33aca:
- File template.html.p — part of check-in [5b2f378a] at 2018-09-23 21:57:12 on branch trunk — Correct and clarify display of articles that do not specify a title. (user: joel, size: 268) [annotate] [blame] [check-ins using]
<!DOCTYPE html> <html> ◊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>