App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / tests / templates / custom_admin / index.html
blob75b6ca3d18bbfc4e6be21814de7e72e3c053be93
1 {% extends "admin/index.html" %}
3 {% block content %}
4 Hello from a custom index template {{ foo }}
5 {{ block.super }}
6 {% endblock %}