{% if site.show_header %} {% endif %}

{{ site.title | default: site.github.repository_name }}

{{ site.description | default: site.github.project_tagline }}


{% if page.subtitle %} {% capture subtitle %} - {{ page.subtitle }}{% endcapture %} {% endif %}

{{ page.title }}{{ subtitle }}

{% capture head %}{% include module-head.md %}{% endcapture %} {{ head | markdownify }} {{ page.content }} {% capture body %}{% include module-body.md %}{% endcapture %} {{ body | markdownify }} {% include spellbooklibrary.md %} {% include navigation.md %}
{% if site.google_analytics %} {% endif %}