{{ title }}
{% if text %}

{{ text }}

{% endif %} {% if items %}
{% for label, value in items %}
{{ label }}
{{ value }}
{% endfor %}
{% endif %}