{% include 'include/header.html' %}
Yeah!
Welcome back {{ name }}!
Your active DIDs: (Click number to access messaging)
{% for item in dids %}
{{ item[0] }}
{% endfor %}
{% include 'include/footer.html' %}