6 lines
211 B
HTML
6 lines
211 B
HTML
|
<figure>
|
||
|
<a class='{{ .Get "frame" }}' href='{{ .Get "src" }}' data-size='{{ .Get "size" }}'>
|
||
|
<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}'>
|
||
|
</a>
|
||
|
<figcaption>{{ .Get "caption" }}</figcaption>
|
||
|
</figure>
|