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
/
eq.html
blob: 44666d319eb1c0ccad6aea315638d6324d5c4430 (
plain
) (
tree
)
4568c40
1
{%
if
a
==
b
%}
t
{%
endif
%}{%
if
a
==
c
%}
t
{%
else
%}
f
{%
endif
%}