summaryrefslogtreecommitdiff
path: root/tests/template_tests/relative_templates/dir1/looped.html
blob: 8e9d8ac4e5c1f6b068276dbc9a44b0276fe13858 (plain)
1
2
3
{% extends "./dir2/../looped.html" %}

{% block content %}{{ block.super }} dir1 three{% endblock %}