{% if this.path == "/about" %} {% set p1 = this.children.get('history') %}
{{ p1.body }}
{% elif this.path == "/about/history" %}
{{ this.parent.body }}
{% elif this.path == "/about/cy-pres" %}
{{ this.parent.body }}
{% elif this.parent.path == "/about/jobs" %}
{{ this.summary }}
{{ this.description }}
{% else %}
{{ this.body }}
{% endif %} {% if this.parent.path == "/about" %} {% include this.html %} {% endif %}