citra-web/site/themes/citra-bs-theme/layouts/shortcodes/img.html
2017-02-26 16:24:53 -05:00

2 lines
244 B
HTML

<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}} />