{% comment %} {% endcomment %} {% load wagtailuserbar wagtailsettings_tags wagtailcore_tags wagtailimages_tags %} {% load core_tags compress gem_tags static molo_commenting_tags %} {% get_settings %} Chhaa Jaa | {% block title %} {% if self.seo_title %} {% if self.seo_title == "Main" %}Home{% else %} {{ self.seo_title }} {% endif %} {% else %} {% if self.title == "Main" %}Home{% else %} {{ self.title }} {% endif %} {% 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 %} {% if self.search_description %} {% elif self.social_media_description %} {% elif self.title and self.subtitle %} {% else %} {% endif %} {% if settings.core.SiteSettings.google_search_console %} {% endif %} {% compress css inline %} {% endcompress %} {% if user.is_authenticated %} {% endif %}
{% display_unread_notifications %} {% block content %}{% endblock %}
{% if settings.core.SiteSettings.local_ga_tracking_code %} {% endif %}