``` {% for key,value in object %} <li><a href="{{ value }}">{{ key }}</a></li> {% endfor %} ```