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

Viewing all blog posts by {{ tag }}

{% endif %} {% if page.get_child_tags %} {% endif %}
{% if posts %} {% for blog in posts %}
  • {% image blog.image fill-850x450-c50 as image %} {{ image.alt }}

    {{ blog.title }}

    {{ blog.introduction|truncatewords:15 }}

  • {% endfor %} {% else %}

    Oh, snap. Looks like we were too busy baking to write any blog posts. Sorry.

    {% endif %}
    {% endblock content %}