{% 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.date_published }} by {% for author in blog.authors %} {{ author }}{% if not forloop.last %}, {% endif %} {% endfor %}
{{ blog.introduction }}
{% endfor %}
{% endblock content %}