Files
beflask/app/admin/templates/user.html
2023-06-08 19:58:07 +02:00

466 B

{% extends "base.html" %} {% from 'bootstrap5/form.html' import render_form %} {% block content %}

{{ title }}

Back
{{ render_form(form) }}
{% endblock %}