diff --git a/content/pages.html b/content/pages.html
index 94d9808..3428c5b 100644
--- a/content/pages.html
+++ b/content/pages.html
@@ -1 +1,31 @@
{% extends "base.html" %}
+
+{% block content_title %}
+
[|]
#pages#
+|
+{{ SITENAME }}
+{% endblock %}
+
+{% block content %}
+
+ {% for page in pages %}
+ -
+
+ {{ article.date.isoformat() }} - {{ article.title }}
+
+
+ {% endfor %}
+
+{% endblock %}
+
+
+
+
+{% extends "base.html" %}
+
+{% block pagelisting %}
+
+ -
+ {{ SITENAME }}
+*
+{% endblock %}