7 lines
223 B
HTML
7 lines
223 B
HTML
{{ $r := resources.Get (printf "plotly/%s.html" ($.Get "src")) }}
|
|
<figure id='{{.Get "id" }}'>
|
|
{{ $r.Content | safeHTML }}
|
|
{{- with (.Get "caption") -}}
|
|
<figcaption>{{ . }}</figcaption>
|
|
{{- end }}
|
|
</figure>
|