{#- The brand sentence, in one place: the figure, the wordmark and
the tagline that together read «little sister is watching for you.». Included by
the navbar (as the `mark` figure) and by the login page (as the `gaze`), so
the name is written once; the web-customization phase is what makes
`brand_name` deployment-settable, and this default is the seam it will use.
The figure is chosen by `brand_figure`: the **mark** is one off-center eye,
mirrored so the lashes point left and the invisible nose sits right, and it
winks when you point at the brand (overview.css swaps the two groups). The
**gaze** is the pair, and it blinks on its own — motion belongs to the login
page, never to the dashboard. Geometry is the canonical brand-r4 sheet; the
inks are tokens so a theme can re-ink the mark without forking this. -#}
{% if brand_figure | default('mark') == 'gaze' %}
{% include '_gaze.html' %}
{% else %}
{% endif %}
{{ brand_name | default('little sister') }}is watching for you.