summaryrefslogtreecommitdiff
path: root/src/as/html.scm
blob: 6a612dc253a4d24c959c88397a7d2fe21fca2f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(define-module (src as html)
  #:use-module (src dates)
  #:use-module ((src html) #:prefix html:)
  #:re-export (string/ISO->date)
  #:export (main
            post
            person
            media))

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