{% extends "base.html" %} {% block title %}{{ title }} - {{ project }}{% endblock %} {% block head_before_css %} {% endblock %} {% block head %} {%- block rellinks %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {% endblock %} {% block sidebar %} {%- block sidebartoc %} {%- if display_toc %}
{%- if hasdoc('copyright') %} © Copyright {{ copyright }}. {%- else %} © Copyright {{ copyright }}. {%- endif %} {%- if last_updated %} | Last updated on {{ last_updated }}. {%- endif %} {%- if show_sphinx %} | Created using Sphinx. {%- endif %} | Design based on "Leaves" by SmallPark
{% endblock %}