Files
beflask/app/templates/config.html
2023-06-07 01:38:03 +02:00

691 B

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

Configuration

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