{% load crispy_forms_tags %} {% load static %} GymBuddy
{% csrf_token %}
Get Jacked! {{form|crispy}}
{% block body %}

Excercise List

Check out our extensive list of workouts and log your favorites to your profile!

{% csrf_token %} {{filter|crispy}}
{% for exercise in exercises %}

{{exercise.title}}
Category: {{exercise.category}}

{{exercise.summary}}

{% endfor %}
{% endblock body %}