Files
2025-07-18 00:20:55 +07:00

6 lines
89 B
Plaintext

<ul id="{{id}}">
{{#array-items}}
<li id="{{id}}">{{{html}}}</li>
{{/array-items}}
</ul>