{% load wagtailcore_tags wagtailsettings_tags wagtailimages_tags cjkcms_tags i18n %}
{% wagtail_site as site %}
{% if not settings.cjkcms.LayoutSettings.navbar_wrapper_fluid %}
{% endif %}
{% if not settings.cjkcms.LayoutSettings.navbar_wrapper_fluid %}
{% endif %}
{# Search Modal must be injected outside of the nav, because if the nav is fixed/sticky it breaks the modal #}
{% if settings.cjkcms.LayoutSettings.navbar_search and "popup" in settings.cjkcms.LayoutSettings.search_format %}
{% include "cjkcms/snippets/navbar_search_modal.html" %}
{% endif %}