Artifact f2509ece1ff117304b18e7d3aa2f6a1959c599b74c024748b5db201fa51648bc:
- File template.html.p — part of check-in [62f4a12e] at 2020-01-13 00:27:50 on branch deta-refactor — Redo everything cache-related (user: joel, size: 329) [annotate] [blame] [check-ins using] [more...]
<!DOCTYPE html> ◊; SPDX-License-Identifier: BlueOak-1.0.0 ◊; This file is licensed under the Blue Oak Model License 1.0.0. <html lang="en"> ◊(define article-html (parse-and-cache-article! here doc)) ◊html$-page-head[(current-plain-title)] ◊html$-page-body-open[] ◊article-html ◊html$-page-body-close[] </html>