{% extends "Pylot/UserAccount/login-layout.html" %} {% import "Pylot/macros/base.html" as m with context %} {% import "Pylot/macros/forms.html" as f with context %} {% block login_content %}

{{ login_title | default('Login')}}

{% if __.LOGIN_OAUTH_BUTTONS %}

{% endif %}
{{- f.csrf_field() -}}

{% if __.LOGIN_SIGNUP_ENABLE %} Signup {% endif %} Lost Password
{% endblock %}