stxge/demo/tmpl/header.scm

7 lines
130 B
Scheme

;;; tmpl/header.scm
;; Text to paste at the beginning of articles
`((h1 ,title)
(p ,(string-append "Author: " author))
(p))