{% extends "page.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}
{{ this.body }}
{% for child in this.children %} {% if child._id != 'attic' %}

{{ child.title }}

{{ child.description }}

{% endif %} {% if loop.index == 3 %}
{% endif %} {% endfor %}
{{ this.gutter }}
{% endblock %}