2026-05-23 13:08:09 +03:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block title %}{{ t.site_name }}{% endblock title %}
|
|
|
|
|
|
|
|
|
|
{% block head_extra %}
|
2026-05-26 12:55:11 +03:00
|
|
|
{% include "player/styles.html" %}
|
2026-05-23 13:08:09 +03:00
|
|
|
{% endblock head_extra %}
|
|
|
|
|
|
|
|
|
|
{% block body %}
|
2026-05-26 12:55:11 +03:00
|
|
|
{% include "player/shell.html" %}
|
|
|
|
|
{% include "player/modals.html" %}
|
|
|
|
|
{% include "player/scripts.html" %}
|
2026-05-23 13:08:09 +03:00
|
|
|
{% endblock body %}
|