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
/
let-child.html
blob: 3097bdabdde67781ac220c4107d2bf41e7bb4925 (
plain
) (
blame
)
1
2
3
4
5
{%
extends
"let-base.html"
%}
{%
block
body
-
%}
{%
let
x
=
1
%}
{{
-
x
-
}}
{%
-
endblock
%}