{% extends "/html/base.html" %} {%block subtitle %}: {{page.title}}{% endblock %} {% block head %} {% include "/html/partials/video-head-videojs.html" %} {% endblock %} {% block content %}
{% if page.toc %}{{page.toc|safe}}{% endif %} {{page.content|safe}} {% if page.video-yt-id %}
{% endif %}
{% endblock %}