mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
6 lines
134 B
HTML
6 lines
134 B
HTML
|
{{ with .Parent -}}
|
||
|
<figure aria-describedby="transcript-{{ .Get "id" }}">
|
||
|
{{- end }}
|
||
|
{{ .Inner | markdownify | safeHTML }}
|
||
|
</figure>
|