{% block head %}
{% block title %}{{ SITENAME }} - {{SITESUBTITLE}}{% endblock title %}
{% from 'syndication.html' import syndication with context %} {{ syndication(article) }}
{% endblock head %}
{% if lang_siteurls %} {% for lang, url in lang_siteurls.items() %} {% if url == '/nl'%}
{{ lang }}
{% endif %} {% if url == '/en'%}
{{ lang }}
{% endif %} {% endfor %} {% endif %}
{% if FEED_ALL_RSS %}
RSS
{% endif %}
{% for p in pages %} {% if p.title == 'header' %}
{{ p.content }}
{% endif %} {% endfor %}
{% block content %} {% endblock %}