mediocre-blog/srv/src/http/tpl/image.html

6 lines
167 B
HTML
Raw Normal View History

<div style="text-align: center;">
<a href="{{ AssetURL .ID }}" target="_blank">
<img src="{{ AssetURL .ID }}{{ if .Resizable }}?w=800{{ end }}" />
</a>
</div>