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