{%- include head.html -%}
{%- include brand.html -%}
{%- include nav.html -%}
{{ page.title }}
{%- if page.description -%}
{{ page.description }}
{%- endif -%}
{{ content }}
{%- include footer.html -%}
{%- include scripts.html -%}