{% include "layouts/_head_init.html" %} {% include "layouts/_head_branding.html" %} {% include "layouts/_head_fonts.html" %} {% include "layouts/_head_theme.html" %} {% include "layouts/_page_loader.html" %}
{% if brand is defined and brand.has_logo %}
{% set logo_class = 'h-12 w-auto max-w-[12rem] object-contain' %} {% set b = brand %} {% include "layouts/_brand_logo.html" %}
{% else %}
{% endif %}

Sign in to {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}

{% if brand is defined %}{{ brand.tagline }}{% else %}Welcome back.{% endif %}

{% if error %}

{{ error }}

{% endif %}
{% if next %} {% endif %}
{% include "layouts/_footer_branding.html" %}