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

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