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

15 lines
234 B
Plaintext

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