User {{ user.get('name')}} Registered successfully
{% for key, val in user.items() %}
{{ key }}
{{ val }}
{% endfor %}