/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

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