aboutsummaryrefslogtreecommitdiff
path: root/haunt/pages/gallery.sxml
blob: f01dda0db24f94f61d1c9357f4aaf70659cf3536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(use-modules (jakob theme)
             (jakob utils sxml))

(theme
 #:title "Photo Gallery"
 #:content
 `((div (@ (id "gallery-container"))
        (div (@ (id "loading"))
             ,(image "hourglass.gif")
             (p "Loading..."))
        (div (@ (id "event-info"))))
   ,(script "gallery.js")))

© 2015 - 2026 Jakob L. Kreuze