{%- if logo_url %} {{ logo_alt|e }} {% else %} {{ project }}
{{ copyright }} {%- endif %}
{%- if theme_extra_nav_links %}
{{ _('Enlaces') }}
    {% for name, target in theme_extra_nav_links.items() %}
  • {{ name|e }}
  • {% endfor %}
{% endif %}
{{ _('¿Qué es') }} {{ project }}?

{{ theme_description }}

  • {{ _('General Index') }}
  • {%- if hasdoc('search') %}
  • {{ _('Search') }}
  • {% endif %} {%- if hasdoc('changelog') %}
  • {{ _('Changelog') }}
  • {% endif %} {%- if hasdoc('sitemap') %}
  • {{ _('Sitemap') }}
  • {% endif %}
{%- if show_copyright %}
©{{ copyright }}
{%- endif %}
{{ _('Síguenos en') }}
    {%- if theme_github_user and theme_github_repo %}
  • GitHub
  • {% endif %} {%- if theme_twitter_user %}
  • Twitter
  • {% endif %} {%- if theme_instagram_user %}
  • Instagram
  • {% endif %} {%- if theme_youtube_user %}
  • YouTube
  • {% endif %}
{% if show_sphinx %} {% trans sphinx_version=sphinx_version|e %}Created using Sphinx {{ sphinx_version }}.{% endtrans %} {% endif %}