summaryrefslogtreecommitdiff
path: root/src/as/html.scm
blob: 0ea5434fba5959fba6c770ecfc1787c5c4f1f30b (plain)
1
2
3
4
5
6
7
8
(define-module (src as html)
  #:use-module (src dates)
  #:use-module ((src html) #:prefix html:))

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