mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 07:35:51 +00:00
465 B
465 B
{% extends "base.html" %}
{% from 'bootstrap5/form.html' import render_form %}
{% block content %}
{% endblock %}
{{ title }}
Back{{ render_form(form) }}