{% extends "!layout.html" %} {% block sidebartitle %} {% if logo and theme_logo_only %} {% else %} {{ project }} {% endif %} {# this div is instead of the usual logo. The height is picked to avoid a jump when mathjax renders #}
\[\color{white}{\huge\mathcal{G\!A}\hspace{0.01in}\mathbf{lgebra}}\]
{% if theme_display_version %} {%- set nav_version = version %} {% if READTHEDOCS and current_version %} {%- set nav_version = current_version %} {% endif %} {% if nav_version %}
{{ nav_version }}
{% endif %} {% endif %} {% include "searchbox.html" %} {% endblock %}