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

{% block content %}{{ block.super }} dir2 one{% endblock %}