{% set feed_url = blog.url == '/' or blog.url == base_url_relative ? (base_url_relative~'/'~blog.slug) : '/'~blog.slug %} {% set new_base_url = blog.url == '/' ? '' : blog.url %} {% set sidebar_page = pages.find('/sidebar') %} {% set sidebar_page_content = sidebar_page.content %} {% include 'partials/events_sidebar.html.twig' with { 'page': page.parent } %} {% if config.plugins.simplesearch.enabled %} {% endif %} {# display sidebar markdown page - hibbittsdesign.org #} {% if sidebar_page.header.position == 'top' or sidebar_page.header.position is empty %} {% if sidebar_page_content is not empty %} {% endif %} {% endif %} {% if config.plugins.relatedpages.enabled and related_pages|length > 0 %} {% endif %} {% if config.plugins.random.enabled %} {% endif %} {% if config.plugins.taxonomylist.enabled %} {% endif %} {% if config.plugins.archives.enabled and root() %} {% endif %} {# display sidebar markdown page - hibbittsdesign.org #} {% if sidebar_page.header.position == 'bottom' %} {% if sidebar_page_content is not empty %} {% endif %} {% endif %} {% if config.plugins.feed.enabled %} {% endif %}