{% extends "default.html" %} {% block pagetitle %}Content Statistics{% endblock %} {% block content %}
{% for key, value in data.items() %} {% endfor %}
Statistic Value
{{key}} {{value}}
{% endblock %}