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