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