{# This is an old page that listed articles and should be removed because unused #} {% extends "templates/base.tpl" %} {% block title %}Articles{% endblock %} {% block body %}
DOKK / articles
{% for page in pages %}

{{ page }}

{% endfor %}
{% endblock %}