website/layout/templates/screenshot.html

6 lines
148 B
HTML
Raw Normal View History

2022-05-12 13:29:25 +00:00
<div>
<a href="https://{{ item.source_url }}" target="_blank">
2022-05-12 13:29:25 +00:00
<img class="screenshot clickable" src="{{ item.screenshot }}" />
</a>
</div>