nakamochi
/
website
Archived
2
0
Fork 0
This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues/pull-requests.
website/templates/shortcodes/screenshot.html

5 lines
122 B
HTML

<figure class="screenshot">
<img src="{{src|safe}}" alt="{{caption}}">
<figcaption>{{caption}}</figcaption>
</figure>