docker-nodepupper/templates/fragments/feed-photo.html

6 lines
145 B
HTML

<div class="photo">
<a href="/photo/{{ item.slug or item.uuid }}">
<img src="/thumb/set/feed/{{ item.uuid }}.jpg" />
</a>
</div>