{#- Override of Furo's sidebar/brand.html.
On the index page the hero already shows the logo, so the sidebar brand is
hidden entirely. On every other page we stack: logo -> tagline -> version.
The "Rude" text is dropped because it's already baked into the logo artwork.
-#}
{%- if pagename != 'index' %}
Lint now, argue later.
Version {{ release }}
{%- endif %}