Files
butterfly/app/routes.py
Florian Mounier ab12f168fd Machine text
2013-12-13 14:59:21 +01:00

8 lines
126 B
Python

from . import app
from flask import render_template
@app.route("/")
def index():
return render_template('index.jinja2')