{{stack-header model=model.stack all=model.all.stacks}}
{{#each model.templates as |tpl|}}

{{tpl.file}} {{copy-to-clipboard clipboardText=tpl.contents size='small'}}

{{code-block language=(if tpl.isYaml 'yaml' 'bash') code=tpl.contents}}
{{/each}}