{% 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 %}