{% extends "zinnia/base.html" %} {% load i18n zinnia_tags %} {% block title %}{% trans "Sitemap" %}{% endblock title %} {% block meta-description %}{% trans "Sitemap of the weblog" %}{% endblock meta-description %} {% block body-class %}sitemap{% endblock body-class %} {% block content %}

{% trans "Sitemap" %}

{% trans "Entries per categories" %}

{% for category in categories %}

{{ category }}

{% endfor %}

{% trans "Monthly archives" %}

{% get_archives_entries %}
{% endblock content %}