oxil-net1
Version:
Oxford Information Labs Netistrar Theme
6 lines (4 loc) • 398 B
HTML
<div {{with .Get "wrapclasses"}}class="{{.}}"{{end}}>
<amp-img {{with .Get "class"}}class="{{.}}"{{end}} layout="responsive" width="{{ with .Get "width" }}{{.}}{{ else }}16{{ end }}" height="{{ with .Get "height" }}{{.}}{{ else }}9{{ end }}" src="{{ .Get "src" }}" {{with .Get "alt"}}alt="{{.}}"{{end}} ></amp-img>
</div>
{{ with .Get "caption"}}<p class="small italic mt050 mb3">{{.}}</p>{{end}}