treebird/static/attachment_image.tmpl
nekobit 06b95be3db Lazy loading everywhere
FossilOrigin-Name: f3e381d50ca906f7b9a28b6bdbfe8e5e36b2478206166a69c981bdaf7f1bd991
2022-06-19 06:03:04 +00:00

5 lines
128 B
Cheetah

<div class="attachment-container attachment-img">
<img width="256" src="{{%s:src}}" loading="lazy">
{{%s:sensitive}}
</div>