{{ title }}
{% for construct in constructs %}
{{ construct.name }}
{% for part in construct.parts%}
{{part.label}}
{% endfor %} {% endfor %}