{% load static %}
{% simmate_setting "website.show_finances" as SHOW_FINANCES %}
This site is under early construction. Data is reset periodically, {% if SHOW_FINANCES %}pricing is disabled,{% endif %} and limited compute is available.
{# the popout models need to be kept in this separate div bc they don't behave well inside the navbar when sticky-top is active #} {% if user.is_authenticated %} {% if SHOW_FINANCES %} {# USDC modal #} {# Simmate Token modal #} {% endif %} {# logout confirmation modal #} {% endif %}