{% extends "auth/base.html" %} {% from "macros/forms.html" import render_form %} {% block headpagetitle %}Logowanie redaktora BIP{% endblock %} {% block content %}

Logowanie redaktora BIP

{{ render_form(form, url_for('auth.login')) }} {% endblock %}