Tip
Shortcodes can be expanded over multiple lines to improve readability. For example:
{{ name(
arg1=value1,
arg2="a string value"
) }}
{{ name( arg1=value1, arg2="a string value" ) }}
The syntax does not use significant whitespace. It therefore does not matter how you choose to indent each line or evenhow many linebreaks there is between arguments.