diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/included-macro.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/templates/included-macro.html b/testing/templates/included-macro.html new file mode 100644 index 0000000..efbae18 --- /dev/null +++ b/testing/templates/included-macro.html @@ -0,0 +1,6 @@ +{% macro m2(name) -%} + Howdy, {{ name }}! +{%- endmacro -%} + +{% call m(name) %} +{% call m2(name2) %} |