mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
|
# macro
|
||
|
{% macro mymacro(greeting, greetee='world') -%}
|
||
|
{{ greeting ~ ' ' ~ greetee }} !
|
||
|
{%- endmacro %}
|