RSSHub/lib/v2/vlive/templates/post.art

9 lines
126 B
Plaintext

{{ if post }}
{{@ post }}
{{ /if }}
{{ if images }}
{{ each images image }}
<img src="{{ image.url }}">
{{ /each }}
{{ /if }}