RSSHub/lib/v2/ncc-cma/templates/description.art

9 lines
159 B
Plaintext

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