net-alpha is desktop-first. Switch to a tablet or larger screen for the full experience.
{% block content %}{% endblock %}
{% include "_settings_drawer.html" %}
{% include "_keyboard_cheatsheet.html" %}
{% set _fvm = first_visit_modal_data() %}
{% if _fvm.show_modal %}
{% with accounts=_fvm.accounts %}
{% include "_profile_picker_modal.html" %}
{% endwith %}
{% endif %}