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