player link; page rendering

This commit is contained in:
bkfox
2024-01-05 19:17:10 +01:00
parent c52e87acd2
commit ccea2a5ea6
13 changed files with 119 additions and 278 deletions

View File

@ -14,3 +14,10 @@
}
</style>
{% endblock %}
{% block header-container %}
{% if not page.attach_to %}
{{ block.super }}
{% endif %}
{% endblock %}