def GET(self): controls = model.get_controls() return render.index(controls)
def GET(self): return render.index()