{% load compress wagtailuserbar wagtailcore_tags core_tags static %} {% load wagtailsettings_tags wagtailimages_tags molo_commenting_tags %} {% get_settings %} Tujibebe | {% 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.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 %} {% comment %} This meta block is overriden in some child templates because not all of the properties used here are available on every model. {% endcomment %} {% block meta %} {% if self.search_description %} {% elif self.social_media_description %} {% elif self.title and self.subtitle %} {% else %} {% endif %} {% endblock %} {% if settings.core.SiteSettings.google_search_console %} {% endif %} {% compress css inline %} {% endcompress %} {% if settings.gem.GemSettings.fb_enable_chat_bot %}
{% endif %} {% wagtailuserbar %}
{% if languages|length > 1 %}
{% endif %}
{% display_unread_notifications %} {% block content %}{% endblock %} {% block breadcrumbs %} {% breadcrumbs %} {% endblock %} {% if not request.path == '/' %} {% tag_menu_homepage %} {% endif %} {% block footer_menu %} {% endblock %} {% block footer %} {% endblock %} {% if is_via_kaios %}
{% endif %}
{% block google_analytics %} {% include "patterns/components/ga_tag_manager.html" %} {% endblock %} {% block facebook_pixel_tracker %} {# Facebook Pixel Code #} {# End Facebook Pixel Code #} {% endblock %} {% block facebook_analytics %} {% include "core/facebook_analytics.html" %} {% endblock %} {% if settings.core.SiteSettings.local_ga_tracking_code %} {% endif %} {% if not is_via_freebasics %} {% compress js inline %} {% endcompress %} {% endif %}