{% extends "public_base.html" %} {% block title %}{{ BRAND_NAME }} · {{ t.hero.tagline }}{% endblock %} {% block main %}
{{ BRAND_NAME }}

{{ t.hero.tagline }}

{{ t.hero.subhead | safe }}

{% if cu and (cu.user or cu.is_admin) %} {{ t.hero.cta_dashboard }} {% if SUBSCRIPTIONS_ENABLED %}{{ t.hero.cta_pricing }}{% endif %} {% else %} {{ t.hero.cta_signup }} {% if SUBSCRIPTIONS_ENABLED %}{{ t.hero.cta_pricing }}{% endif %} {% endif %}
{{ t.features.news.tag }}

{{ t.features.news.title }}

{{ t.features.news.body | safe }}

{{ t.features.indicators.tag }}

{{ t.features.indicators.title }}

{{ t.features.indicators.body | safe }}

{{ t.features.strategic.tag }}

{{ t.features.strategic.title }}

{{ t.features.strategic.body | safe }}

{{ t.multilang_callout | safe }}

{{ t.more_views.head }}

{{ t.portfolio_blurb | safe }}

{{ t.not_strip.head }}

{{ t.footer.legal | safe }}

{% if cu and (cu.user or cu.is_admin) %} {{ t.hero.cta_dashboard }} {% else %} {{ t.hero.cta_signup }} {% endif %}

{% endblock %}