{% extends "base.html" %} {% block head %} {% endblock %} {% block content %} {% include "node_meta.html" %} {% if subtitles %} {% for subtitle in subtitles %} {% endfor %} {% endif %} {% endblock %} {% block script %} {% endblock %}