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-struct.html
blob: 53232f724555a9db74856cb86dde0116f33e8b6a (
plain
) (
blame
)
1
{%
if
let
Digits
{
one
,
two
,
three
}
=
digits
%}{{
one
}}
{{
two
}}
{{
three
}}{%
endif
%}