djLint/tests/source_django/index.html
2021-12-14 09:57:37 +01:00

5 lines
139 B
HTML

{% extends "admin/index.html" %}
{% block content %}
Hello from a custom index template {{ foo }}
{{ block.super }}
{% endblock %}