django/tests/template_tests/relative_templates/dir1/two.html

4 lines
93 B
HTML

{% extends "./dir2/one.html" %}
{% block content %}{{ block.super }} dir1 two{% endblock %}