{% extends 'structure.html' %} {% block body %}
{% include header %}
{% for article in articles %}
{% include article.file %}
{% if 'sidething_left' in article %} {% endif %} {% if 'sidething_right' in article %} {% endif %}
{% endfor %}
{% endblock %}