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
/
macro-self-arg.html
blob: c7c6d5b5ba0f9a6fd4a7b56659d49d2684bfde2b (
plain
) (
blame
)
1
2
3
4
5
{%
-
macro
my_s
(
slf
)
-
%}
{{
slf.s
}}
{%
-
endmacro
-
%}
{%
-
call
my_s
(
self
)
-
%}