blob: c6c19b3fd416f3e91d0dc6771f218b9402c7bc8f (
plain)
1
2
3
4
5
6
7
8
|
<div style="text-align: center;">
<a href="{{ AssetURL .ID }}" target="_blank">
<img
src="{{ AssetURL .ID }}{{ if .Resizable }}?w=800{{ end }}"
alt="{{ .Descr }}"
/>
</a>
</div>
|