Files
beflask/app/templates/login.html
2023-06-05 12:06:56 +02:00

169 B

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

Login

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