mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 10:38:32 +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 -}}
|