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