index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
templates
/
for.html
blob: c38e6bb8e54234e1696d92b636bc82a50c208648 (
plain
) (
tree
)
504a5f4
1
2
3
{%
for
s
in
strings
%}
{{
s
}}
{%
endfor
%}