{% include head.html %}
{% include header.html %}
{% include sidebar.html %}
{% include editable.html %}
{% include breadcrumbs.html %}
{% 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 %}
{% include footer.html %}
{% include scripts.html %} {% include google-analytics.html %}