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

4 lines
101 B
HTML

{% extends "./dir2/../looped.html" %}
{% block content %}{{ block.super }} dir1 three{% endblock %}