{% if page.display-title != "false" and layout.display-title != "false" %}

{{page.title}}

{% endif %} {{ content }} {% if section.links %}

{% for child in section.links %}
{{ child.title }}

{{ child.description }}

{% endfor %}
{% endif %} {% include feedback.html %}