aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/included-macro.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/included-macro.html6
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) %}