diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..b6a14a0
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block content %}
+|| 404 Not Found ||
+ These are not the frogs you're looking for 👋 🐸
+
diff --git a/templates/index.html b/templates/index.html index ce6db9e..94f6fb2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,23 @@ {% extends "base.html" %} {% block content %} -
+View the latest posts
+
+
+ {% for page in section.pages %}
+
+
- - -
- +{% extends "base.html" %} -
- -