Ejemplo n.º 1
0
def about():
    """
    About page.
    """
    return render_template('about.html', counter_totals=stats.get_totals())
Ejemplo n.º 2
0
def about():
    """
    About page.
    """
    return render_template('about.html', counter_totals=stats.get_totals())