{% extends "base.html" %} {% block title %}Create Workout Program{% endblock %} {% block content %}
{# Constrain width #}

Create New Workout Program

{# Program Details Section #}

Program Details

{# Sessions Section #}

Sessions

{# Increased spacing #}
{# Form Actions #}
{# HTML Template for a single session row #} {# Nested Template for a single exercise row within a session #}
{% endblock %}