{% include 'meta.tmpl' %}
{% include 'header.tmpl' %}
Sections
{% for section in sections %}
{{ section.name }}
({{ section.count }} posts)
{% endfor %}
{% include 'footer.tmpl' %}