index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
templates
/
include-extends.html
blob: 371c133435948e3af7df08e5368e40d63b126466 (
plain
) (
blame
)
1
2
3
4
<
div
>
<
h1
>
Welcome
</
h1
>
{% include "include-extends-included.html" %}
</
div
>