django/tests/templates/custom_admin/index.html

7 lines
132 B
HTML

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