{% extends 'layout.html' %} {% block content %} {{ title }} {% for tag in entries %} {{ tag }} ({{ entries[tag] }}) {% endfor %} {% endblock %}