summaryrefslogtreecommitdiffstats
path: root/templates/stats/index.html
blob: aab0f4e6b4cd734879a5c55487c42f0fc5cb200b (plain)
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 %}