{%- include head.html -%}
{% include header.html %}
{%- if page.title -%}

{{ page.title }}

{%- endif -%} {%- if page.advisory -%}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{%- endif -%}

{{ content }}