{% seo %}
{% if page.title %}{{ page.title | escape }} - {% endif %}{{ site.title | escape }}
{% if page.layout == 'home' %}
{% endif %} {% if page.layout == 'adr' or page.layout == 'adr-index' %}
{% endif %} {% if page.layout == 'documentation' %}
{% endif %} {% feed_meta %}
{% if page.extra_css %} {% for css in page.extra_css %}
{% endfor %} {% endif %} {% include navigation.html %}
{{ content }}
{% include footer.html %} {% if page.extra_js %} {% for js in page.extra_js %} {% endfor %} {% endif %} {% comment %} Disabled adr-carousel.js to prevent ADR duplication on index page {% if page.layout == 'home' or page.layout == 'adr-index' %} {% endif %} {% endcomment %}