{% extends "layout.html" %} {% from "_profile.html" import profile_details with context %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Now that you have registered an account, getting started is as easy as 1, 2, 3.
If you have any questions please feel free to contact us M-F 9am-5pm at 347-221-1020.
{{ profile_details(current_user, next=url_for("dashboard")) }}