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

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