{% extends "base.html" %} {% load wagtailcore_tags navigation_tags wagtailimages_tags %} {% block content %} {% include "base/include/header-index.html" %}
{% if tag %}
  • {{ tag }}
{% endif %}
{% for blog in blogs %}
  • {% image blog.image fill-850x550-c50 as image %} {{ image.alt }}

    {{ blog.title }}

    {{ blog.introduction|truncatewords:15 }}

  • {% endfor %}
    {% endblock content %}