{% extends '!layout.html' %} {# Add github banner (from: https://github.com/blog/273-github-ribbons). #} {% block header %} {{ super() }} {% if pagename == "index" %} Fork me on GitHub {% endif %} {% endblock %} {% block extrahead %} {{ super() }} {% endblock %} {%- block sidebar1 %} {%- if sidebars %}
{% endif %} {% endblock %}