{{ vcs_edit_link() }}
{% endblock %}
{% block body %}
{{ body }}
{% endblock %}
{%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and (sidebars != []) %} {%- macro sidebar() %} {%- if render_sidebar %} {%- if sidebars != None %}
{%- endif %} {%- endif %} {%- endmacro %} {%- macro script() %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endmacro %} {%- macro css() %} {%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {%- endmacro %} {%- macro vcs_edit_link() %} {%- if hasdoc(pagename) and display_github %} {%- endif %} {%- endmacro %} {{ metatags }} {%- block htmltitle %}