{% extends "!layout.html" %} {% block header %} {%- if development %}
{% trans %}This version of the documentation is for the latest and greatest in-development branch of Cython. For the last release version, see {% endtrans %} {% trans %}here{% endtrans %}.
{%- endif %} {% endblock %} {% block relbar1 %} {{ super() }} {% if pagename != "src/donating" %}

🤝 Like the tool? Help making it better! Your donation helps! 🤝

{% endif %} {% endblock %} {% block footer %} {{ super() }} {# ## Removed to avoid tracking our users. #} {% endblock %}