{% extends "default.html" %} {% block pagetitle %}Content Statistics{% endblock %} {% block content %}
{% for key, value in data.items() %} {% if key == 'time' -%} {% else -%} {%- endif %} {% endfor %}
Statistic Value
{{key}}{{value}}
{% endblock %}