2 lines
244 B
HTML
Raw Normal View History

2017-02-26 16:24:53 -05:00
<img src="/images/{{.Get "src"}}" {{ with .Get "alt" }}alt="{{ . }}"{{ end }} class="img-responsive {{ with .Get "center" }}center-block{{ end }}" {{ with .Get "width" }}width="{{ . }}"{{end}} {{ with .Get "height" }}height="{{ . }}"{{end}} />