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
/
include-macro.html
blob: e29789d10176123b7e55e4a4f110ac8e4cfc5762 (
plain
) (
blame
)
1
2
3
4
{%
macro
m
(
name
)
-
%}
Hello,
{{
name
}}
!
{%
-
endmacro
-
%}
{%
include
"included-macro.html"
%}