{% extends "layout.html" %} {% block content %} {% for keyword, value in configs %} {% endfor %}
{{ keyword }} {{ value }}
{% endblock %}