{% include opengraph.html -%}
{%- if site.amethyst.header_logo.src -%}
{%- else -%} {{ site.title | escape }} {%- endif -%}
{%- if site.amethyst.algolia.search_only_api_key -%} {%- include search.html -%} {%- endif -%}
{%- for item in site.data.sitenav -%}
{{ item.name }}
{%- if item.sub -%}
{%- for sub in item.sub -%}
{{ sub.name | escape }}
{%- endfor -%}
{%- endif -%}
{%- endfor -%}
{%- if site.amethyst.algolia.search_only_api_key %}
Search
{%- endif %}
Menu
{{ content }} {%- if site.amethyst.algolia.search_only_api_key -%} {%- include search-js.html -%} {%- endif -%}