{{ p1.body }}
{{ 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 %}