mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 15:29:19 +00:00
11 lines
129 B
Cheetah
11 lines
129 B
Cheetah
{{ define "log" -}}
|
|
{{ if .Verbose -}}
|
|
<details><summary>Log</summary>
|
|
<p>
|
|
|
|
```
|
|
{{.Log}}```
|
|
</p></details>
|
|
{{ end -}}
|
|
{{ end -}}
|