{% for key, value in meta_info.items() %} {% if key == 'title' %} {{value}} {% elif key == "icon" %} {% else %} {% endif %} {% endfor %} {% autoescape false %} {% block content %}{% endblock %} {% if not_found %}

404

Oops, the page you are looking for could not be found.

{% endif %} {% if not error %} {% endif %} {% endautoescape %}