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

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