5 lines
180 B
HTML
5 lines
180 B
HTML
|
<figure class="post-figure" data-width="{{.Get "width" }}">
|
||
|
<img src="{{ .Get "src" }}" alt="{{ .Get "caption" }}">
|
||
|
<figcaption>{{ .Get "caption" }}</figcaption>
|
||
|
</figure>
|