website/layout/templates/screenshot.html

6 lines
146 B
HTML

<div>
<a href="https:{{ item.source_url }}" target="_blank">
<img class="screenshot clickable" src="{{ item.screenshot }}" />
</a>
</div>