{% extends "!page.html" %} {% block body %}

{% if current_version.is_released %}

You are currently reading the MNE-NIRS documentation for release version {{ current_version.name }}. To view the documentation for the latest development version click here.

{% else %}

You are currently reading the latest MNE-NIRS development version documentation. If you wish to view the documentation associated with a stable release, use the blue dropdown menu in the top right corner of the page.

{% endif %}

{{ super() }} {% endblock %}%