{% 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 {{ 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 {% if config.extra.issues_url %} File an Issue {% endif %}
{% endblock content %}