{% extends "!page.html" %} {# add our custom css and js #} {% set css_files = css_files + ["_static/custom.css"] %} {% set script_files = script_files + ["_static/custom.js"] %} {% if 'Tutorial' in pagename %} {% set abs_path = "http://ioam.github.io/lancet/" %} {% else %} {% set abs_path = "" %} {% endif %} {# the menu at the top #} {% block rootrellink %} {% if 'Tutorial' in pagename %}
  • Lancet Home
  • Tutorials
  • Reference Manual
  • {% else %}
  • Lancet Home
  • Tutorials
  • Reference Manual
  • {% endif %} {# display "Current section:" when in a manual subpage #} {% if parents %}
  • {% endif %} {% endblock %} {% block sidebarsourcelink %}

    {{ _('This Page') }}

    {% endblock %} {% block sidebartoc %}

    {{ _('Table Of Contents') }}

    {% else %}
  • Home
  • Tutorials
  • Reference Manual
  • Github Source Code
  • Site Map
  • {{ _('Table Of Contents') }}

    {% endif %} {{ toc }} {% endblock %}