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