1 2 3 4 5 6 7 8 9 10
{% extends "layout.html" %} {% block title %}Statistics{% endblock %} {% block content %} <ol class="breadcrumb"> <li><a href="{{ url_for('index') }}">Index</a></li> <li class="active">Statistics</li> </ol> <h1>Statistics</h1> <p>Nothing here yet</p> {% endblock %}