mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
11 lines
274 B
HTML
11 lines
274 B
HTML
<details>
|
|
<summary>Toggle transcript</summary>
|
|
{{ with .Parent -}}
|
|
<section id="transcript-{{ .Get "id" }}">
|
|
<h5>{{ .Get "type" | humanize}} transcript.</h5>
|
|
{{- end -}}
|
|
<div itemprop="embeddedTextCaption">
|
|
{{ .Inner | markdownify | safeHTML }}
|
|
</div>
|
|
</section>
|
|
</details>
|