{% include "layouts/_head_init.html" %} {% include "layouts/_head_branding.html" %} {% include "layouts/_head_fonts.html" %} {% include "layouts/_head_theme.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 %}
{% if brand is defined and (brand.copyright or brand.support_email or brand.support_url or brand.show_powered_by) %} {% endif %}