5 lines
92 B
Text
5 lines
92 B
Text
|
{% macro print_context_vars_nested(value) %}
|
||
|
foo: {{ foo }}
|
||
|
bar: {{ value }}
|
||
|
{% endmacro %}
|