summaryrefslogtreecommitdiff
path: root/tests/template_tests/relative_templates/dir1/one1.html
blob: 9f60109975980559a76880fe8a6aef1eb044499d (plain)
1
2
3
{% extends './../one.html' %}

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