{% extends "layout.html" %} {% block page %} {% include 'masterhead.html' %} {% include 'about.html' %}
{% for project in this.children %} {% set image = project.attachments.images.first() %}
project image

{{ project.title }}

{{ _("Details") }}
{% endfor %}
{% endblock %}