render-image.html 133 B

123
  1. <p class="md__image">
  2. <img src="{{ .Destination | relURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />
  3. </p>