{% extends "layout-2020.html" %} {% block title %}{{ this.title }}{% endblock %} {% block subtitle %}{{ this.subtitle }}{% endblock %} {% block content %}
{% for childpage in this.children %} {# Setup default settings for the overview #} {% if childpage.header_background_color %} {% set div_style = 'background-color:' + childpage.header_background_color + ';' %} {% else %} {% set div_style = 'background-color: #6FB0E5;' %} {% endif %} {% if childpage.header_text_color %} {% set div_classes = childpage.header_text_color %} {% else %} {% set div_classes = 'text-light' %} {% endif %} {% if loop.first %}
{% endif %}
{% if childpage.image %} {{ childpage.title }} {% else %} {% endif %}
{{ childpage.title }}

{{ childpage.subtitle }}

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