mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-09 16:32:35 +01:00
5 lines
69 B
HTML
5 lines
69 B
HTML
<ul>
|
|
{{#each this}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ul>
|