<div class="{{ .Get "classes" }}">
{{ with .Get "imagelink"}}<a href="{{.}}">{{ end }}
<img src="{{ .Get "src" }}" alt="{{ .Get "title" }}">
{{ if .Get "imagelink"}}</a> {{ end }}
<figcaption>
{{ .Get "title" }}
{{ with .Get "sourcelink"}}<br />Source: <a href="{{.}}"> {{ end }}
{{ .Get "source" }}
{{ if .Get "sourcelink"}}</a> {{ end }}
{{ if .Get "cc-license"}}
- <i><a href="https://creativecommons.org/licenses/{{.}}/4.0/">CC {{.}} License</a></i>
{{ else }}
- <i><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA License</a></i>
{{ end }}
</figcaption>
</div>