diff options
Diffstat (limited to 'python/fatcat_web/templates/stats.html')
-rw-r--r-- | python/fatcat_web/templates/stats.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index 5b769b1b..fb7828ff 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -1,4 +1,7 @@ {% extends "base.html" %} + +{% block title %}Stats{% endblock %} + {% block body %} <h1>Stats</h1> |