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
/
two.html
blob: 5fb317db9364d667dab16ae73e64ff71aa3480c5 (
plain
)
1
2
3
{% extends "./three.html" %} {% block content %}{{ block.super }} two{% endblock %}