{% extends "base.html" %} {% load wagtailimages_tags %} {% block content %} {% include "base/include/header.html" %}
{% if tag %}

Posts tagged with "{{ tag }}":

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

{{ blog.title }}

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