{% extends "!layout.html" %} {% set title = 'Selection' %} {% block rootrellink %}
  • Selection home
  • {% endblock %} {% block extrahead %} {% endblock %} {% block header %}
    Selection logo

    Post-selection inference

    {% endblock %} {# This block gets put at the top of the sidebar #} {% block sidebarlogo %} {% endblock %}

    Site Navigation

    {# I had to copy the whole search block just to change the rendered text, so it doesn't mention modules or classes #} {%- block sidebarsearch %} {%- if pagename != "search" %} {%- endif %} {# The sidebarsearch block is the last one available in the default sidebar() macro, so the only way to add something to the bottom of the sidebar is to put it here, at the end of the sidebarsearch block (before it closes). #} {%- endblock %}