{% extends "base.html" %} {% load wagtailimages_tags %} {% block content-header %} {% include "base/include/header.html" %} {% 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 %}