{% include 'header.html' %} {% include 'nav.html' %}
{% for article in articles %} {% endfor %}
{% include 'footer.html' %}