{% load static %} {% load vite_tags %} {% include "partials/_csrf_helpers.html" %} {% block page_title %}Gobii Console{% endblock %} {% if fish_collateral_enabled %} {% else %} {% endif %} {% if settings.GOBII_PROPRIETARY_MODE %} {% endif %} {% if settings.GA_MEASUREMENT_ID and not debug %} {% endif %} {% if settings.GOBII_PROPRIETARY_MODE %} {% endif %} {% if fish_collateral_enabled %} {% else %} {% endif %} {# Google Analytics #} {% if settings.GA_MEASUREMENT_ID and not debug %} {% endif %} {# Reddit Pixel #} {% if environment.is_production and settings.REDDIT_PIXEL_ID %} {% endif %} {# TikTok Pixel #} {% if environment.is_production and settings.GOBII_PROPRIETARY_MODE and settings.TIKTOK_PIXEL_ID %} {% if user.is_authenticated %} {% endif %} {% endif %} {# Meta Pixel #} {% if environment.is_production and settings.GOBII_PROPRIETARY_MODE and settings.META_PIXEL_ID %} {% endif %} {# Signup tracking events - uses shared include with fetch-based retry #} {% with signup_tracking_source='react_shell' %} {% include "includes/_signup_tracking.html" %} {% endwith %} {# Segment Analytics - mirrors base.html setup #} {% if not debug and settings.SEGMENT_WEB_WRITE_KEY %} {% else %} {% endif %} {% block head_extra %}{% endblock %}
{% block react_shell_content %}{% endblock %}
{% block extra_js %}{% endblock %}