{% extends "basic/layout.html" %} {% block htmltitle %} {{ super() }} {% endblock %} {% set css_files = css_files + [ '_static/notosanscjkjp.css', '_static/roboto.css', '_static/material-icons.css', '_static/material-design-lite-1.3.0/material.' + theme_primary_color|e + '-' + theme_accent_color|e + '.min.css', '_static/sphinx_materialdesign_theme.css' ] %} {% set script_files = script_files + [ '_static/material-design-lite-1.3.0/material.min.js', '_static/sphinx_materialdesign_theme.js' ] %} {%- block header %}{%- endblock %} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block sidebar1 %}{% endblock %} {%- block sidebar2 %}{% endblock %} {%- block footer %}{%- endblock %} {%- block content %}
{% include "header.html" %} {% include "drawer.html" %}
{% block body %} {% endblock %}
{%- if prev %} arrow_backPrevious
{{ prev.title|striptags }}
{%- endif %} {%- if next %} Next arrow_forward
{{ next.title|striptags }}
{%- endif %}
{% if theme_show_footer|tobool %}{% include "footer.html" %}{% endif %}
{%- endblock %}