{# All other pages use this as a base. #} {% if NAVBAR_ON_TOP is not defined %} {% set NAVBAR_ON_TOP = False %} {% endif -%} {% if HIDE_SIDEBAR is not defined %} {% set HIDE_SIDEBAR = False %} {% endif -%} {% if DISPLAY_ARCHIVES_ON_MENU is not defined %} {% set DISPLAY_ARCHIVES_ON_MENU = True %} {% endif -%} {% set JQUERY_JS_URL=SITEURL ~ "/" ~ THEME_STATIC_DIR ~ "/js/jquery.min.js?v=3.1.1" -%}