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