α net-alpha
{% set _ps = profile_switcher_data() %} {% if _ps.show_switcher %} {% with accounts=_ps.accounts, account_profiles=_ps.account_profiles, profile=_ps.profile %} {% include "_profile_switcher.html" %} {% endwith %} {% endif %} {% block topbar_right %}{% endblock %}
{% block content %}{% endblock %}
Loading…
{% set _fvm = first_visit_modal_data() %} {% if _fvm.show_modal %} {% with accounts=_fvm.accounts %} {% include "_profile_picker_modal.html" %} {% endwith %} {% endif %}