Files
atlantis/server/events/templates/log.tmpl

11 lines
129 B
Cheetah

{{ define "log" -}}
{{ if .Verbose -}}
<details><summary>Log</summary>
<p>
```
{{.Log}}```
</p></details>
{{ end -}}
{{ end -}}