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

17 lines
233 B
Plaintext

<img src="{{ cover }}">
{{@ info }}
{{if comment}}
<br>
{{@ comment }}
<br>
{{/if}}
{{each videos}}
<video controls><source src="{{ $value }}" type="video/mp4"></video>
{{/each}}
{{each thumbs}}
<img src="{{ $value }}">
{{/each}}