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

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

{% endif %}

Watch on YouTube Watch on PeerTube

{{ page.content }}
{% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% endblock %}
{% endblock %}