dfb7cea
f29c12f
1
2 3 4
5 6 7 8
9
10
11
{%- macro child0() -%} foo {%- endmacro -%} {%- macro child1() -%} {% call child0() %} {%- endmacro -%} {%- macro parent() -%} {% call child1() %} {%- endmacro -%}