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
/
else-if.html
blob: 469e08ee476811bc2096a2454f6d0b6d6dee1fc8 (
plain
) (
tree
)
780c93c
1
{%
if
cond
%}
true
{%
else
if
check
%}
checked
{%
else
%}
false
{%
endif
%}