RSSHub/lib/routes/18comic/templates/description.art

12 lines
197 B
Plaintext

{{ if cover }}
<img src="{{ cover }}">
{{ /if }}
<p>
{{each category}}
<code>{{ $value }}</code>
{{/each}}
</p>
<p>{{ introduction }}</p>
{{ each images image }}
<img src="{{ image }}">
{{ /each }}