{% extends "base.html" %} {% block title %}SneakySwole — Create Profile{% endblock %} {% block content %}

Create Profile

Set up a new workout profile

{% if error %}

{{ error }}

{% endif %}

← Back to profiles

{% endblock %}