{% extends "base.html" %} {% block content %}

{{ 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(s) {{ page.extra.disclaimer | markdown | safe }}
{% endif %} {% if page.extra.toc %}

Table of Contents

{% endif %} {{ page.content | safe }} {% if page.extra.comments.id %} {% include "partials/comments.html" %} {% endif %} {% if page.lower or page.higher %}
{% endif %}

Go to top File an issue

{% endblock content %}