{%load sections%}

{{section.title}}

{%with section.get_related_content as related_content%} {%if related_content%}

Related Content

{%endif%} {%endwith%} {%with section.get_parent as parent%} {%if parent%}

Parent is: {{parent.title}}.

{%endif%} {%endwith%} {%with section.get_children as children%} {%if children%}

Child sections:

{%endif%} {%endwith%}