{{/* Renders a regular comic page's transcript. If a "transcript.md" file exists, then it will be rendered as a button and a foldable section. If there is none, this does nothing. This relies on the `js/transcript.js` script. Example usage : {{ partial "comic/transcript.html" . }} */}} {{- with .Resources.Get "transcript.md" }}
{{ .Content }}
{{- end }}