{% extends "base.html" %} {% load static %} {% block content %}
{% include "common/content.html" %}
{% for child in page.get_children.specific %}
{{ child.title }}
details

{{ child.get_short_body }}

{% endfor %}
{% endblock %}