website/layouts/shortcodes/pic.html

6 lines
163 B
HTML

<div class="pic" style="">
<div class="pic-inner">
<center><img src={{ .Get "src" }} alt={{ .Get "alt" }} width={{ .Get "width" }}/></center>
</div>
</div>