--- layout: base ---
{% include mainmenu.html %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% if page.titlePicture %} {% assign pictureAttrs = "" %} {% for prop in page.titlePicture %} {% for subprop in prop %} {% capture pictureAttrs %}{{ pictureAttrs }} {{subprop[0]}}="{{subprop[1]}}" {% endcapture %} {% endfor %} {% endfor %} {% endif %} {% if page.preamble %}

{{ page.preamble | markownify }}

{% endif %}
{{ content }}