RSSHub/lib/v2/qq/ac/templates/description.art

9 lines
252 B
Plaintext

{{ if image !== '' }}
<img src="{{ image }}">
{{ /if }}
{{ if description !== '' }}
<p>{{ description }}</p>
{{ /if }}
{{ each chapters chapter }}
<div><img src="{{ chapter.image }}"/><a href="{{ chapter.link }}">{{ chapter.title }}</a></div>
{{/each}}