Values
------

{{#each vars.values}}
##### {{@key}}

| Key | Value |
| --- | ---- |
{{#each this}}
| {{@key}} | `{{this}}` |
{{/each}}


{{/each}}