diff --git a/tutordash/server/templates/plugin_store.html b/tutordash/server/templates/plugin_store.html index bfc7867..76b1f81 100644 --- a/tutordash/server/templates/plugin_store.html +++ b/tutordash/server/templates/plugin_store.html @@ -1,6 +1,7 @@ -{% extends "index.html" %} +{% extends "workspace_header_general.html" %} -{% block workspace_header %}Plugin Marketplace{% endblock %} +{% block page_title %}Plugin Marketplace{% endblock %} +{% block page_description %}View and install available plugins.{% endblock %} {% block workspace_content %}
diff --git a/tutordash/server/templates/workspace_header_general.html b/tutordash/server/templates/workspace_header_general.html new file mode 100644 index 0000000..420cafd --- /dev/null +++ b/tutordash/server/templates/workspace_header_general.html @@ -0,0 +1,17 @@ +{% extends "index.html" %} + +{% block workspace_header %} +
+
+
{% block page_title %}{% endblock %}
+
{% block page_description %}{% endblock %}
+
+
+
{% block page_button %}{% endblock %}
+
+
+
+ + +
+{% endblock %} \ No newline at end of file