There are two ways to pass variables to a Snippet, which can be used concurrently or separately:
- Using with (a single variable)
- Using a chain of key:value declarations (multiple variables)
{% include 'snippet-name' with value key1:value1 key2:value2 %}