cowiz20/views/home.py

7 lines
120 B
Python

from app_instance import api
@api.route("/")
def index(req, resp):
resp.content = api.template('home/index.html')