{% extends "/html/base.html" %} {%block subtitle %}: {{post.title}}{% endblock %} {% block head %} {% include "/html/partials/video-head.html" %} {% endblock %} {% block content %}
{% include "/html/partials/video-player.html" %} {{post.content|safe}}
{% endblock %}