aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/macro.html
blob: d3ab77a5b35e5b49efcff20c8770ab7978ba18d4 (plain) (blame)
1
2
3
4
5
{% macro thrice(param) -%}
  {{ param }} {{ param }} {{ param }}
{%- endmacro %}

{%- call thrice(s) %}