5 lines
218 B
HTML
5 lines
218 B
HTML
<article class="thumb">
|
|
<a href="{{ .Get "full" }}" class="image"><img src="{{ .Get "thumb" }}" alt="{{ .Get "alt" }}" /></a>
|
|
<h2>{{ .Get "phototitle" }}</h2>
|
|
<p>{{ .Get "description" | markdownify }}</p>
|
|
</article> |