diff --git a/templates/base.html b/templates/base.html
index 35d3cd6..fc879b2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,17 +6,30 @@
{% include 'base_layout.html' %}
+
+
+
+
+
+
+ {% block sidebar %}
+ {% endblock %}
+
+
+
{% block page_heading %}{% endblock %}
+ {% block content %}{% endblock %}
+
+
\ No newline at end of file
diff --git a/templates/home.html b/templates/home.html
index 73cb965..5933e1f 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -1,23 +1,33 @@
{% extends "base.html" %}{% load static %}
{% block title %}Bench Coach Home{% endblock %}
+{% block sidebar %}
+
-
Welcome to Bench Coach
+
Welcome to Bench Coach
Quisque at curabitur mollis ornare, malesuada maecenas. Orci elit tristique, malesuada eu pharetra. Est praesent tortor porttitor aptent, amet quisque.
{#
#}
{# #}
{#
#}
+
-
- {% for page in pages %}
-
{{ page }}
- {% endfor %}
-
+{#
diff --git a/templates/navbar.html b/templates/navbar.html
index 913464e..14a952f 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -1,5 +1,5 @@
{% load static %}
-