musik/base/templates/index.html

4 lines
93 B
HTML

{% extends "base.html" %}
{% block body %}
{% include "hero.html" %}
{% endblock body %}