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

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