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