index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
template_tests
/
relative_templates
/
one.html
blob: 9ced0ff8e47bca23d058b5a6cda6ab45d634b94d (
plain
)
1
2
3
{% extends "./two.html" %} {% block content %}{{ block.super }} one{% endblock %}