mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-17 22:13:30 +01:00
5 lines
69 B
HTML
5 lines
69 B
HTML
<ul>
|
|
{{#each this}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ul>
|