summaryrefslogtreecommitdiff
path: root/ss/as/html.scm
blob: 743a77cdad547885c0d62302d47a247453daefda (plain)
1
2
3
4
5
6
7
8
9
(define-module (ss as html)
  #:use-module (ss dates)
  #:use-module ((ss html) #:prefix html:)
  #:declarative? #f)

(define main html:index)
(define post html:post)
(define person html:person)
(define media html:media)