Files
beflask/app/templates/config.html

758 B

{% extends "base.html" %} {% block content %}

Configuration

{% for item, value in config_env.items() %} {% endfor %}
Key Value
{{ item }} {{ value }}
{% endblock content %}