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