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