MtF-wiki/layouts/_default/_markup/render-image.html

4 lines
137 B
HTML
Raw Normal View History

<p class="md__image">
<img src="{{ .Destination }}" loading="lazy" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
</p>