{% load wagtailuserbar wagtailcore_tags wagtailsettings_tags wagtailimages_tags %} {% load core_tags static compress gem_tags %} {% get_settings %} {% spaceless %} Yegna | {% block title %} {% if self.seo_title %} {% if self.seo_title == "Main" %}Home {% else %} {{ self.seo_title }} {% endif %} {% elif self.title %} {% if self.title == "Main" %}Home {% else %} {{ self.title }} {% endif %} {% else %}Welcome{% endif %} {% endblock %} {% if self.search_description %} {% elif self.social_media_description %} {% elif self.title and self.subtitle %} {% else %} {% endif %} {% if self.social_media_image %} {% image self.social_media_image fill-450x200 as tmp_photo %} {% endif %} {% if self.get_effective_image %} {% image self.get_effective_image fill-450x200 as article_photo %} {% endif %} {% if settings.core.SiteSettings.google_search_console %} {% endif %} {% compress css inline %} {% endcompress %} {% wagtailuserbar %} {% block google_analytics %} {% include "patterns/components/ga_tag_manager.html" %} {% endblock %} {% if settings.core.SiteSettings.local_ga_tracking_code %} {% endif %}
{% block content %}{% endblock %}
{% if is_via_kaios %}
{% endif %} {% compress js inline %} {% endcompress %} {% endspaceless %}