{% for dict in response %}
        

{{dict['title']}}

{{dict['subtitle']}}

{% if 'icon' in dict %}     {% else %} link {% endif %}
{% if 'msg_id' in dict %} Details {% endif %} {% if 'is_raw' in dict %} Go Back {% endif %}
{% endfor %}