{% extends 'base.html' %} {% block head %} {% include 'modules/planet_seo.html' %} {% endblock %} {% block main %} {% include 'modules/site_header.html' %} {% include 'modules/nav.html' %} Tags {{ tags.count }} tags {% for tag in tags %} {{ tags[tag] }} {{ tag_articles[tag].count }} {% endfor %} {% endblock %}