hy/site/app.hy
Paul R. Tagliamonte 34e10a4dba unmehing.
2013-03-09 23:16:04 -05:00

14 lines
246 B
Hy

; Copyright (c) Paul R. Tagliamonte <tag@pault.ag>, 2013 under the terms of
; hy.
(import-from flask
Flask render-template)
(def app (Flask "__main__")) ; long story, needed hack
(route "/" [] (render-template "index.html"))