{% extends "main.html" %} {% block content %} {% if config.theme.sidebar %}
{%- block content_with_sidebar %} {% include "/modules/search.html" %} {%- endblock %}
{% else %} {% include "/modules/search.html" %} {% endif %} {% endblock %}