diff options
Diffstat (limited to 'testing/templates')
| -rw-r--r-- | testing/templates/macro.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/testing/templates/macro.html b/testing/templates/macro.html new file mode 100644 index 0000000..d3ab77a --- /dev/null +++ b/testing/templates/macro.html @@ -0,0 +1,5 @@ +{% macro thrice(param) -%} +  {{ param }} {{ param }} {{ param }} +{%- endmacro %} + +{%- call thrice(s) %} | 
