{% block head %}{% endblock %} {% block before_topbar %}{% endblock %} {% set current = self.topbar_current()|trim %} {% include 'partials/topbar.html' %} {% block content %}{% endblock %} {% block scripts %}{% endblock %} {# Pages override topbar_current to highlight the active nav link. Values: home | gallery | compare | summary Wrapped in `if false` so the block is defined for self.topbar_current() (used above) and child overrides, but never rendered inline here — without this guard a page's value (e.g. "home") leaks as stray text after . #} {% if false %}{% block topbar_current %}{% endblock %}{% endif %}