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

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