2020-08-14 12:08:09 +01:00
|
|
|
{{ if .Get "summary" }}
|
|
|
|
{{ else }}
|
|
|
|
{{ warnf "missing value for param 'summary': %s" .Position }}
|
|
|
|
{{ end }}
|
|
|
|
<p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}>
|
|
|
|
<summary markdown="span">{{ .Get "summary" | markdownify }}</summary>
|
2021-09-17 14:11:23 +01:00
|
|
|
{{ .Inner | markdownify }}
|
2020-08-14 12:08:09 +01:00
|
|
|
</details></p>
|