hy/site/app.hy

11 lines
172 B
Hy
Raw Normal View History

2013-03-10 04:45:08 +01:00
;
(import-from flask
Flask render-template request)
(def app (Flask "__main__")) ; long story, needed hack
(route "/" [] (render-template "index.html"))