/tests/templates/custom_admin/index.html
https://code.google.com/p/mango-py/ · HTML · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 50c2a7aa6496e497b3a3291019e509ea MD5 · raw file
- {% extends "admin/index.html" %}
- {% block content %}
- Hello from a custom index template {{ foo }}
- {{ block.super }}
- {% endblock %}