5 lines
100 B
HTML
5 lines
100 B
HTML
<ul>
|
|
{%- for peripheral in peripherals %}
|
|
<li>{{ peripheral }}</li>
|
|
{%- endfor %}
|
|
</ul>
|