{#- The way into /about, in whichever layout is showing. It sits apart from the sections rather than among them: /about is not a place you go to work, so in the rail it lives at the foot, below the spacer, and in the top bar it is the last, quietest entry. Written once here so the eye is drawn in one place — the same watching eye the status strip uses. -#} {%- set is_on = request.path == '/about' -%} {% if nav_style | default('bar') == 'rail' %} about {% else %} {% endif %}