--- layout: base imageAlt: "" imageCaption: "" --- {% set filteredTags = tags | filterCatalogueTags %}
{% block image %} {% if image %} {% image image, imageAlt, imageCaption %} {% endif %} {% endblock %}
{% block title %}

{{ title }}

{% endblock %} {% block subtitle %}

{{ subtitle }}

{% endblock %} {{ tertiary | safe }} {% if filteredTags | length > 0 %} {% endif %}

{% from "macros/date.njk" import format %} {{ format(date) }} {% block content %}{{ content | safe }}{% endblock %}