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
/
option.html
blob: 64a055ebff818cf45ccc36d9e98a7d6ecc13a80e (
plain
) (
tree
)
8b5d59a
1
2
3
4
5
{%
if
var.is_some
()
-
%}
some:
{{
var.unwrap
()
}}
{%
-
else
-
%}
none
{%
-
endif
%}