Files
ab 16de1fb711
Build and Publish / Build and Publish Docker Image (push) Successful in 4m51s
Reworked torrent UI
2026-05-26 12:55:11 +03:00

14 lines
310 B
HTML

{% extends "base.html" %}
{% block title %}{{ t.site_name }}{% endblock title %}
{% block head_extra %}
{% include "player/styles.html" %}
{% endblock head_extra %}
{% block body %}
{% include "player/shell.html" %}
{% include "player/modals.html" %}
{% include "player/scripts.html" %}
{% endblock body %}