{% 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-10 w-auto max-w-[10rem] object-contain' %}
{% set b = brand %}
{% include "layouts/_brand_logo.html" %}
{% else %}
{% endif %}
{% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}