aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/nested-child.html
blob: 7bb69a2b4420c134351a27722c02045d489787aa (plain) (blame)
1
2
3
4
{% extends "nested-base.html" %}
{% block content %}
{% block foo %}durpy{% endblock %}
{% endblock content %}