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