RSSHub/lib/v2/oceanengine/templates/content.art

14 lines
223 B
Plaintext

<article>
<h2>关键词: </h2>
{{queryListText}}
&nbsp&nbsp&nbsp&nbsp&nbsp
<br>
{{each queries q}}
<h2>{{q.key}}</h2>
<p>
{{each q.links l}}
{{@l}}&nbsp&nbsp
{{/each}}
</p>
{{/each}}
</article>