{{ $src := .Get "src" }}
{{ $alt := .Get "alt" | default "ShowerLoop image" }}
<img class="responsive-img" src="{{ $src }}" alt="{{ $alt }}">