{% extends "_base.html" %} {% block page_title %}{{ super() }} | Portfolio{% endblock %} {% block main_content %}

Portfolio

{{ this.content }}

{% for category in this.children %}

{{ category.name }}

{% for item in category.children %}

{{ item.name }}

{% if category.show_images %}
{% endif %} {% if item.description_in_list %}

{{ item.description }}

{% endif %}
{% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}
{% endblock %}