diff --git a/templates/lifting/day.html b/templates/lifting/day.html
index 6e45cf2..39fe683 100644
--- a/templates/lifting/day.html
+++ b/templates/lifting/day.html
@@ -9,4 +9,27 @@
+
+
+
+
+
+ Exercise |
+ Weight |
+ Reps |
+
+
+
+ {% for set in sets %}
+
+ {{set.exercise}} |
+ {{set.weight_kg}} kg |
+ {{set.reps}} |
+
+ {% endfor %}
+
+
+
+
+
{% endblock %}