mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
# macro
|
|
{% macro mymacro(greeting, greetee='world') -} <-- error is here
|
|
{{ greeting ~ ' ' ~ greetee }} !
|
|
{%- endmacro %}
|