mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-13 01:02:10 +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>
|