{{msg}}
{% for key, value in bookmarks.items() %}
{{key}}
{% for link_name, url in value.items() %}
{{link_name}}
{% endfor %}
{% endfor %}