Plaster

common-lisp
 
1
(hunchentoot:define-easy-handler
2
             (default :uri "/" :acceptor-names t) ()
3
           (alexandria:read-file-into-string "/path/to/index.html"))