{% extends "WebPortfolio/Package/User/Account/_layout.html" %} {% import "WebPortfolio/macros/base.html" as m with context %} {% import "WebPortfolio/Package/User/_macros.html" as macros with context %} {% import "WebPortfolio/macros/forms.html" as f with context %} {% block login_content %}

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

{% if signup_enabled and oauth_enabled %}
{{ macros.oauth_providers() }}

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

{% if signup_enabled %} Signup {% endif %} Lost Password
{% endblock %}