{% extends "base.html" %} {% block head %} {% endblock %} {% block body %} Links {% for k,v in links.items() %} {% endfor %}
{{ k }}
{% endblock %}