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
/
child.html
blob: 15e2fc4bf3c3e01b6d0b0dd94eef86e6425b0c24 (
plain
) (
blame
)
1
2
{%
extends
"base.html"
%}
{%
block
content
%}
(
{{
title
}}
) Content goes here
{%
endblock
%}