{% load static %} {% load django_htmx %} {% load analytics_tags %} {% include "partials/_csrf_helpers.html" %} {% if default_charter and not agent_charter_saved %} {# a default charter has been specified, so change title #} {% if landing_title %}{{ landing_title }}{% else %}{{ default_charter|truncatechars:60 }}{% endif %} - Gobii {% if landing_code %} {% endif %} {% if landing_preview_image %} {% endif %} {% else %} {% block title %}Gobii{% endblock %} {% endif %} {% if fish_collateral_enabled %} {% else %} {% endif %} {% if settings.GOBII_PROPRIETARY_MODE %} {% endif %} {% if settings.GA_MEASUREMENT_ID and not debug %} {% endif %} {% block early_head_styles %}{% endblock %} {% if settings.GOBII_PROPRIETARY_MODE %} {% endif %} {% if environment.is_production and settings.GOBII_PROPRIETARY_MODE and canonical_url %} {% endif %} {% if settings.GA_MEASUREMENT_ID and not debug %} {% endif %} {% if environment.is_production and settings.REDDIT_PIXEL_ID %} {% endif %} {% if environment.is_production and settings.GOBII_PROPRIETARY_MODE and settings.TIKTOK_PIXEL_ID %} {% if user.is_authenticated %} {% endif %} {% endif %} {% if not debug and settings.MIXPANEL_PROJECT_TOKEN %} {% endif %} {% if environment.is_production and settings.META_PIXEL_ID %} {% endif %} {% if fish_collateral_enabled %} {% else %} {% endif %} {% if settings.TURNSTILE_ENABLED %} {% if cta_signup_modal_config.enabled or request.resolver_match.url_name == 'account_login' or request.resolver_match.url_name == 'account_signup' %} {% endif %} {% endif %} {% if not suppress_signup_tracking_snippet %} {% with signup_tracking_source='base_template' %} {% include "includes/_signup_tracking.html" %} {% endwith %} {% endif %} {% if user.is_authenticated %} {% endif %} {% if environment.is_production and settings.GOBII_PROPRIETARY_MODE and settings.REWARDFUL_ID %} {% endif %} {% block head_extras %}{% endblock %} {% htmx_script %} {% if llm_bootstrap_required %}
Setup required: No LLM providers are configured yet. Complete the initial setup to enable agents and tool discovery.
{% endif %} {% if mini_mode_solutions_header %} {% include "includes/_unified_header_nav_mini.html" %} {% else %} {% include "includes/_unified_header_nav.html" %} {% endif %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% block content %}{% endblock %} {# Global footer #} {% include "includes/_footer.html" %}
{% if environment.is_production and settings.LINKEDIN_PARTNER_ID %} {% endif %} {% if environment.is_production and settings.GOBII_PROPRIETARY_MODE and settings.REWARDFUL_ID %} {% endif %} {# Allow pages to inject additional scripts after the global includes. #} {% block extra_js %}{% endblock %}