Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/templates/custom_admin/index.html
blob: 75b6ca3d18bbfc4e6be21814de7e72e3c053be93 (plain)
1
2
3
4
5
6
{% extends "admin/index.html" %}

{% block content %}
Hello from a custom index template {{ foo }}
{{ block.super }}
{% endblock %}