Ejemplo n.º 1
0
def themes_list():
    _themes = themes.get_themes_list()
    return render('themes/list.html', themes=_themes)
Ejemplo n.º 2
0
def index():
    return render('index.html', greetings='Welcome!')