RSSHub/lib/v2/baidu/templates/top.art

10 lines
167 B
Plaintext

{{ if item.img }}
<img src="{{ item.img }}"><br>
{{ /if }}
{{ if item.show }}
{{ each item.show s }}
{{ s }}<br>
{{ /each }}
{{ /if }}
{{ item.desc }}