render-image.html 230 B

1234
  1. <p style="text-align: center;">
  2. <img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ plainify .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
  3. </p>
  4. <p style="text-align: center;"><b>{{ safeHTML .Text }}</b></p>