{% include "related.html" with related=content.children.all %}
{{section}}
{% for content in latest_content_list %}
{% include "preview.html" with content=content %}
{% endfor %}
{% with section|lower|add:'_list' as section_list %}
{% if has_more_content %}
more
{% endif %}
{% endwith %}