{% extends "base.html" %} {% block content %} {% if not content %}

{{ title }}

{% endif %} {% if not content_after_search %} {{ content|safe }} {% endif %} {% if automatic_index %} {% if search_bar %}

Press (Shift+)Enter to open first result (in new tab)

{% endif %} {% endif %} {% if content_after_search %} {{ content|safe }} {% endif %} {% endblock %}