Chat history with {{ name }}
{% for msg in msgs -%}
{% if msg.from_me == true %}
{{ msg.data }}
{% else %}
{{ msg.data }}
{% endif %}
{% endfor %}