; Copyright (c) Paul R. Tagliamonte , 2013 under the terms of ; hy. (import-from flask Flask render-template) (def app (Flask "__main__")) (decorate-with (.route app "/") (defn index [] (render-template "index.html")))