{%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {%- for cssfile in extra_css_files %} {%- endfor %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {%- block extrahead %} {% endblock %}
{{ _('Docs') }} / {%- for parent in parents %} {{ parent.title }} / {%- endfor %} {{ title }}
{%- if meta is mapping and (meta.get("colab-url") or meta.get("download-link") or meta.get("github-url"))%}
{%- if meta.get("colab-url") %}
Colab
{%- endif %} {%- if meta.get("download-link") %} {%- endif %} {%- if meta.get("github-url") %}
GitHub
{%- endif %}
{% endif %} {% block body %} {% endblock %}
{%- for scriptfile in script_files %} {%- endfor %}