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