Artifact e923bd9580075b9ab5409c84ceb37e69c227bd655c7e0659bc74454f88388a3e:
- File template.html.p — part of check-in [47d9eea5] at 2020-02-20 04:53:49 on branch trunk — Get rid of current-plain-title ([1909139d]) (user: joel, size: 340) [annotate] [blame] [check-ins using]
<!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-values (plain-title article-html) (parse-and-cache-article! here doc)) ◊html$-page-head[plain-title] ◊html$-page-body-open[] ◊article-html ◊html$-page-body-close[] </html>