{% if self.title %}

{{ self.title }}

{% endif %}
{% for item in self.list %}
{{ item }}
{% endfor %}