- {% include "common/content.html" %}
+ {% include "common/content.html" %}
-
+ {% if page.body %} +
+ {% endif %} - {% for child in page.get_children.specific %} -
{% endblock %}
+ {% if page.body %} +
+ {% endif %} - {% for child in page.get_children.specific %} -
-
-
-
-
+ {% for child in page.get_children.specific %}
+
- {% endfor %}
+ {% endfor %}
+
-
+ {% if child.image %}
+
+ {% image child.image width-300 as photo %}
+
+
+ {% endif %}
+
+
+
+
{{ child.title }}
+ + {% include "common/content_details.html" with page=child %} +{{ child.get_short_body }}
+
-
-
- {{ child.title }}
- - {% include "common/content_details.html" with page=child %} -{{ child.get_short_body }}
-