mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 00:48:29 +00:00
* added custom templates support * made default templates DRY * Change init to anonymous function. * Initialize anonymous function inside var * - Add flag/cfg param for custom template dir - Add test for custom template * Add documentation. * Address PR comments. Co-authored-by: Ricard Bejarano <ribejara@thousandeyes.com>
10 lines
132 B
Cheetah
10 lines
132 B
Cheetah
{{ define "wrappedErr" -}}
|
|
**{{.Command}} Error**
|
|
<details><summary>Show Output</summary>
|
|
|
|
```
|
|
{{.Error}}
|
|
```
|
|
</details>
|
|
{{- end }}
|