{% extends "!breadcrumbs.html" %} {% block breadcrumbs_aside %}
  • {% set pth = pathto('.') %} {% if 'hoc/' in pagename %} {% set switch = '../' + pagename | replace("hoc/", "python/") + '.html' %} {{ _('Switch to Python') }} {% elif 'python/' in pagename %} {% set switch = '../' + pagename | replace("python/", "hoc/") + '.html' %} {{ _('Switch to HOC') }} {% endif %}
  • {{ super() }} {% endblock %}