(define-module (games) #:use-module (theme) #:export (color-quiz-page)) (define color-quiz-page (game-page "Color Quiz" "cq.js" "cq.html"))