summaryrefslogtreecommitdiff
path: root/src/http/tpl/image.html
blob: 7778625c030b353426b0c664830f400d416086eb (plain)
1
2
3
4
5
6
7
8
<div style="text-align: center;">
  <a href="{{ .RootURL.Asset .ID }}" target="_blank">
    <img
      src="{{ .RootURL.Asset .ID }}{{ if .Resizable }}?w=800{{ end }}"
      alt="{{ .Descr }}"
      />
  </a>
</div>