{% extends "main.html" %} {% block extrahead %} {{ super() }} {% endblock %} {% import "partials/nav-item.html" as item with context %} {% block container %}
{% if "toc.integrate" in features %} {% include "partials/toc.html" %} {% endif %}
{% block content %} {% if "material/tags" in config.plugins %} {% include "partials/tags.html" %} {% endif %} {% include "partials/actions.html" %} {% if page.meta and page.meta.cover %} {% endif %} {% if "\x3ch1" not in page.content %}

{{ page.title | d(config.site_name, true)}}

{% endif %}
{{ page.content }}
{% include "partials/source-file.html" %} {% include "partials/feedback.html" %}
{% if page.meta.canonical %}

This post was originally published at {{ page.meta.canonical }}

{% endif %} {% if page.authors %} {% endif %} {% include "partials/comments.html" %} {% endblock %}
{% endblock %}