{# 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 %}
{# v0.10.4: header brand is the CLI name; browser tags keep the
full "Solidity Flow Navigator" name (header-only branding decision). #}
solflow{{ repo_path }}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}