{% extends "layout-2020.html" %} {% block title %}{{ this.title }}{% endblock %} {% block subtitle %}{{ this.subtitle }}{% endblock %} {% block content %}
{% for childpage in this.children %} {% if loop.first %}
{% endif %}
{% if childpage.image %} {{ childpage.title }} {% else %} {{ childpage.title }} {% endif %}
{{ childpage.title }}

{{ childpage.subtitle }}

{% if loop.index is divisibleby 3 %}
{% endif %} {% if loop.last %}
{% endif %} {% endfor %}
{% endblock %}