diff --git a/src/components/lists/EditList.vue b/src/components/lists/EditList.vue
new file mode 100644
index 00000000..3555e9b3
--- /dev/null
+++ b/src/components/lists/EditList.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+ Delete the list
+ Are you sure you want to delete this list and all of its contents?
+
This includes all tasks and CANNOT BE UNDONE!
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/lists/ShowList.vue b/src/components/lists/ShowList.vue
index 79a973e5..f2800310 100644
--- a/src/components/lists/ShowList.vue
+++ b/src/components/lists/ShowList.vue
@@ -7,6 +7,9 @@
+
+
+
{{ list.title }}