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