www/layouts/shortcodes/image.html

3 lines
85 B
HTML

<center>
<img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" />
</center>