hy/site/app.hy
Paul R. Tagliamonte aecf29809f Madness. Madness.
2013-03-09 22:45:08 -05:00

11 lines
172 B
Hy

;
(import-from flask
Flask render-template request)
(def app (Flask "__main__")) ; long story, needed hack
(route "/" [] (render-template "index.html"))