mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 07:35:51 +00:00
758 B
758 B
{% extends "base.html" %}
{% block content %}
{% endblock content %}
Configuration
{% for item, value in config_env.items() %} {% endfor %}Key | Value |
---|---|
{{ item }} | {{ value }} |