{% extends "!layout.html" %} {% block extrahead %} {{ super() }} {% if not theme_show_lf_header %} {% endif %} {% if not theme_show_lf_footer %} {% endif %} {% if (theme_pytorch_project == 'tutorials' or has_sphinx_gallery) and github_user and github_repo %} {% endif %} {{ super() }} {% endblock%} {% block html_tag %} {% endblock %} {% block body_tag %} {% if theme_show_lf_header %} {% include "pytorch_header.html" %} {% endif %} {{ super() }} {% endblock %} {% block docs_body %} {% include "components/searchbox.html" %}
{% for parent in parents %}
{% endfor %}
{% if theme_pytorch_project == 'tutorials' %} {% endif %} {% if theme_pytorch_project == 'tutorials' or has_sphinx_gallery %} {% endif %} {{ super() }}
{% endblock docs_body %} {% block footer%} {% include "pytorch_footer.html" %} {{ super() }} {% endblock %}