RSSHub/lib/v2/rsc/templates/image.art

5 lines
75 B
Plaintext

{{ if image }}
<figure>
<img src="{{ image }}">
</figure>
{{ /if }}