{% extends "base.html" %} {% load wagtailimages_tags %} {% block content-header %}

{{ page.title }}

{% endblock content-header %} {% block content-body %}
{% if tag %}

Posts tagged with "{{ tag }}":

{% endif %} {% for blog in blogs %}

{{ blog.title }}

{{ blog.body|truncatewords_html:10 }}
{% endfor %}
{% endblock content-body %}