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

5 lines
137 B
HTML

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