{# See https://github.com/pradyunsg/furo/blob/main/src/furo/theme/furo/page.html for the original block this is overwriting. The part that is customized is between the "begin of custom part" and "end of custom part" comments below. It uses the same styles as the existing right sidebar code. #} {% extends "furo/page.html" %} {% block right_sidebar %}
{# begin of custom part #}
YosysHQ
{# end of custom part #} {% if not furo_hide_toc %}
{{ _("On this page") }}
{{ toc }}
{% endif %}
{% endblock %}