2022-06-30 04:37:38 +00:00
|
|
|
{{ with .Parent -}}
|
|
|
|
{{- $type := "image" -}}
|
|
|
|
{{- with .Get "type" -}}
|
|
|
|
{{- $type = . -}}
|
|
|
|
{{- end -}}
|
2022-04-22 18:48:22 +00:00
|
|
|
<details>
|
2022-06-30 04:37:38 +00:00
|
|
|
<summary>Toggle {{ $type }} <span itemprop="accessibilityFeature">transcript</span></summary>
|
|
|
|
<section id="transcript-{{ .Get "id" }}">
|
|
|
|
<h5>{{ $type | humanize }} transcript</h5>
|
|
|
|
{{- end }}
|
|
|
|
<div itemprop="embeddedTextCaption">
|
|
|
|
{{ .Inner | markdownify | safeHTML }}
|
2022-04-21 00:55:13 +00:00
|
|
|
</div>
|
2022-06-30 04:37:38 +00:00
|
|
|
</section>
|
2022-04-21 00:55:13 +00:00
|
|
|
</details>
|