aboutsummaryrefslogtreecommitdiffstats
path: root/examples/djangoproject/djangoproject/templates/index.html
blob: e0008f6f01148b336ff19071cb7311fe45b96456 (plain)
1
2
3
4
5
6
{% extends 'base.html' %}


{% block content %}
test
{% endblock %}