{% load tz %} {% load l10n %} {# Default guards templates rendered without context processors (e.g. default 500/404 views). #} {% timezone user_timezone|default:"America/New_York" %} {% load static %} {% load django_htmx %} {% load club_nav_tags %} {# {% include 'demo_formatting.html' %} #} {% block analytics %} {% if GOOGLE_MEASUREMENT_ID %} {% endif %} {% if GOOGLE_TAG_ID %}{% endif %} {% endblock %} {% if rewrite_url %} {% endif %} {% block ads %} {% if show_ads and GOOGLE_ADSENSE_ID %} {% endif %} {% endblock %} {% block title %} {% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %} {% endblock %} {% block title_suffix %} {% with self.get_site.site_name as site_name %} {% if site_name %}- {{ site_name }}{% endif %} {% endwith %} {% endblock %} {% if club and club.icon %} {% else %} {% endif %} {# Global javascript #} {% block core_js %} {# 3.5.1 needed for focus to go to select2 dropdowns https://github.com/select2/select2/issues/5993 #} {# Bootstrap bundle includes Popper.js, no need to load separately #} {% if request.user.is_authenticated %} {% endif %} {% endblock %} {% include 'base_page_view.html' %} {% if request.user.is_authenticated %} {% endif %} {# Global stylesheets #} {% block core_css %} {% endblock %} {% block extra_css %} {# Override this in templates to add extra stylesheets #} {% endblock %} {% block extra_head %}{% endblock %} {% if GOOGLE_TAG_ID %} {% endif %}
{% if hide_navbar %}