contact-mailer/list.tpl
2020-04-30 22:38:33 +02:00

7 lines
74 B
Smarty

<h2>Liste</h2>
<ul>
% for item in data:
<li>{{item}}</li>
% end
</ul>