{% extends "agogo/layout.html" %} {% block header %}
{%- if logo %}

{{ shorttitle|e }}

{%- endif %} {%- block headertitle %}

CellNOpt homepage|{{ docstitle|e }}

{%- for rellink in rellinks|reverse %} {{ rellink[3] }} {%- if not loop.last %}{{ reldelim2 }}{% endif %} {%- endfor %}
{%- endblock %}
{% endblock %} {% block rootrellink %} {# Top of the main page #}
  • Return to Thomas Cokelaer Front page
  • {{project.split('.')[0]|title}} Documentation »
  • {% endblock %} {% block extrahead %} {% include 'google_head.html' %} {% endblock %} {% block footer %} {% endblock %} {% block content %}
    {%- block document %} {{ super() }} {%- endblock %}
    {% endblock %} {# KEEP THIS as an example {% block relbar1 %}
    {{ super() }} {% endblock %} #} {# put the sidebar before the body #} {% block sidebar1 %}{{ sidebar() }}{% endblock %} {% block sidebar2 %}{% endblock %}