{% extends "basic/layout.html" %} {%- block doctype -%} {%- endblock %} {% block htmltitle %} {{ super() }} {% endblock %} {% set css_files = css_files + [ '_static/notosanscjkjp.css', '_static/roboto.css', '_static/material-design-lite-1.3.0/material.' + theme_primary_color|e + '-' + theme_accent_color|e + '.min.css', '_static/sphinx_mobigen_theme.css' ] %} {% set script_files = script_files + [ '_static/sphinx_mobigen_theme.js' ] %} {%- block header %}{% endblock %} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% include "relations.html" %}{% endblock %} {%- block sidebar2 %}{% endblock %} {%- block body_tag %}
{%- block md_header %}{% include "header.html" %}{% endblock %} {%- block sidebar1 %}{% include "drawer.html" %}{% endblock %}
{% endblock %} {%- block document %}
{% block body %} {% endblock %}
{%- block right_sidebar %} {% include "localtoc.html" %}{% endblock %}
{% endblock %} {%- block footer %} {% if theme_show_footer|tobool %}{% include "footer.html" %}{% endif %}
{%- endblock %}