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

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