{% extends 'statsy/base.html' %} {% block title %} Statsy | Custom {% endblock %} {% block content %}

Statistics

{% for category, category_data in url_map.items %}
{{ category }}
{% for name, url_reverse in category_data.items %}
{{ name }}
{% endfor %}
{% endfor %}
{% endblock %}