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