summaryrefslogtreecommitdiff
path: root/tests/template_tests/relative_templates/error_extends.html
blob: 83e41b2999d3fc7cfeffe1e9522570e4a9d4c4da (plain)
1
2
3
{% extends "./../two.html" %}

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