{% import "macros.html" as macros %} {% if settings.SIDEBAR_MAIN_HEADER %}
{{ settings.SIDEBAR_MAIN_HEADER }}
{% endif %} {% if contributors and settings.SIDEBAR_MAIN_SHOW_AVATARS %} {% include "widgets/contributors.html" %} {% endif %} {% if settings.TAG_SEARCH_INPUT_ENABLED %} {% include "main_page/tag_search.html" %} {% endif %} {% if request.user.is_authenticated() and settings.SIDEBAR_MAIN_SHOW_TAG_SELECTOR %} {% include "widgets/tag_selector.html" %} {% endif %} {% if tags and settings.SIDEBAR_MAIN_SHOW_TAGS %} {% include "widgets/related_tags.html" %} {% endif %} {% if settings.SIDEBARE_MAIN_FOOTER %}
{{ settings.SIDEBAR_MAIN_FOOTER }}
{% endif %}