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

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