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

9 lines
158 B
Plaintext

{{ if images }}
{{ each images img }}
<img src="{{ img }}">
{{ /each }}
{{ /if }}
{{ if description }}
<p>{{ description }}</p>
{{ /if }}