{% block head %} {% block head_css %} {% endblock head_css %} {% block head_scripts %} {# moved to docs templates #} {% endblock head_scripts %} {% block title %}{% endblock title %} {% endblock head %}
{% if project_config.is_running_on_server %} {% include "websocket.jinja.html" %} {% endif %}
{%- if not standalone -%} {%- endif -%} {%- with toc_position = "right" -%} {%- endwith -%}
{% block header_content %}{% endblock header_content %}
{% block main_content %}{% endblock main_content %}
{# TODO: create this wrappers with JS #}
{% block scripts %}{% endblock scripts %}