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