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
/
if-let.html
blob: ff4006f5b08aea677922cb3147ecd2970e4acc94 (
plain
) (
blame
)
1
{%
if
let
Some
(
some_text
)
=
text
%}{{
some_text
}}{%
endif
%}