{% extends "layout.html" %} {% block scripts %} {% endblock %} {% block content %}
{{ macros.backBtn('#', False, 'goBack()') }}

{% if account %} View account '{{ account.username }}' {% else %} Add new account {% endif %}

{% if account %} {% include 'add_account/step_3.html' %} {% else %} {% include 'add_account/step_0.html' %} {% endif %}
{% endblock %}