{{ page.title }}
{%- if page.date %}
{%- if page.authors %}
•
Author: {{ page.authors[0] }}
{%- endif %}
{%- if page.taxonomies %}
{%- for name, taxon in page.taxonomies %}
•
{%- endfor %}
{%- endif %}
{%- endif %}
{% if page.extra.archive %}
Archived
{{ page.extra.archive | markdown | safe }}
{% endif %}
{% if page.extra.trigger %}
Trigger Warning
{{ page.extra.trigger | markdown | safe }}
{% endif %}
{% if page.extra.disclaimer %}
Disclaimer
{{ page.extra.disclaimer | markdown | safe }}
{% endif %}
{% if page.extra.toc %}
Table of Contents
{% for h1 in page.toc %}
-
{{ h1.title }}
{% if h1.children %}
{% endif %}
{% endfor %}
{% endif %}
{{ page.content | safe }}
{% if page.extra.comments.id %}
{% include "partials/comments.html" %}
{% endif %}
{% if page.lower or page.higher %}