summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonail.com>2022-05-02 18:15:48 -0500
committerstilbruch <stilbruch@protonail.com>2022-05-02 18:15:48 -0500
commit1c67242cd8a48c3138e3cec9ddfe8430d51b036b (patch)
tree76c1dc19bcacaa6d42a0c14695366611eaf2a6b2 /app/templates
parent116a7a47023ce18f7a54729f7da77eff674f8c0c (diff)
downloadStrengthy-1c67242cd8a48c3138e3cec9ddfe8430d51b036b.tar.xz
Strengthy-1c67242cd8a48c3138e3cec9ddfe8430d51b036b.zip
Start exercise progress page
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/progress/exercise.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/templates/progress/exercise.html b/app/templates/progress/exercise.html
new file mode 100644
index 0000000..20f7c9f
--- /dev/null
+++ b/app/templates/progress/exercise.html
@@ -0,0 +1,12 @@
+{% extends 'base/layout.html' %}
+
+{% block title %}{{ exercise.name }} Progress{% endblock %}
+
+{% block content %}
+<div class="container">
+ <div class="columns is-centered">
+ <div class="column">
+ </div>
+ </div>
+</div>
+{% endblock %}