{% extends "layout.html" %} {% block body %}

{{title}}

{% for entry in entries %}
{{entry.count}}
{% endfor %}
{% endblock %}