{# v0.14.0: `theme` is None for Auto (follow the OS via prefers-color-scheme) or "light"/"dark" when the user forced a palette through the header control. The server stamps it from a cookie so there is no theme-flash on load and the index needs no JavaScript (spec §8.3). #} {% block title %}Solidity Flow Navigator{% endblock %} {# head_extra renders before main.css so per-page sheets (e.g. pygments) act as a base palette that main.css can override. #} {% block head_extra %}{% endblock %}