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

13 lines
213 B
Plaintext

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