(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")))