Artifact 51a5e67e2f18d1091a3af4b450b47918691f43ad04714600486028c7905eeff7:
- File template.html.p — part of check-in [e493f1c6] at 2019-04-07 20:58:31 on branch trunk — Support article listings from cached HTML. Resolves [f580d194] (user: joel, size: 253) [annotate] [blame] [check-ins using] [more...]
<!DOCTYPE html> <html lang="en"> ◊(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>