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

7 lines
107 B
Plaintext

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