{% from 'macros.html' import player %} {% extends "base.html" %} {% block content %}
{{ player(lecture, videos) }}
{% endblock %}