Artifact a5d01b90e6a7af7be4a9014153948c9e6cb65208354f8977511f46ae36355c1f:
- File series/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: 286) [annotate] [blame] [check-ins using]
<!DOCTYPE html> <html lang="en"> ◊html$-page-head[(select-from-metas 'title metas)] ◊html$-page-body-open[] <section class="article-listing"> <h2>◊(select-from-metas 'title metas)</h2> ◊(unfence (->html doc #:splice? #t)) </section> ◊html$-page-body-close[] </html>