{% extends "Portfolio/UserAccount/_layout.html" %} {% import "Portfolio/macros/base.html" as m with context %} {% import "Portfolio/macros/forms.html" as f with context %} {% block login_content %}

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

{% set auth_btn_text = "Connect #provider to your account" %} {% include "Portfolio/includes/auth-providers.html" %} {% if __.LOGIN_OAUTH_BUTTONS %}

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

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