7 lines
74 B
Smarty
7 lines
74 B
Smarty
<h2>Liste</h2>
|
|
<ul>
|
|
% for item in data:
|
|
<li>{{item}}</li>
|
|
% end
|
|
</ul>
|