{# Renders the login form. action - The url that the form should be submitted to. error_summary - A tuple/list of form errors. Example: {% snippet "user/snippets/login_form.html", action=g.login_handler, error_summary=error_summary %} #} {% import 'macros/form.html' as form %} {% set username_error = true if error_summary %} {% set password_error = true if error_summary %}