musik/base/templates/index.html

6 lines
85 B
HTML
Raw Normal View History

2025-06-13 15:51:32 +02:00
{% extends "base.html" %}
{% block content %}
<h1>Musik</h1>
{% endblock content %}