RSSHub/lib/routes/openrice/templates/chart.art

9 lines
151 B
Plaintext

<h3>Rank: {{ rankNumber }} / {{ title }}</h3>
<p>
{{ each description }}
{{ $value }}
{{ /each }}
</p>
{{ if image }}
<img src="{{ image }}">
{{ /if }}