diff --git a/themes/cwi/templates/archives.html b/themes/cwi/templates/archives.html
new file mode 100644
index 0000000000000000000000000000000000000000..f6784942f45a5dc81b7cf4da3148d90009470b77
--- /dev/null
+++ b/themes/cwi/templates/archives.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+{% block content %}
+
+Archives for {{ SITENAME }}
+
+
+{% for article in dates %}
+ - {{ article.locale_date }}
+ - {{ article.title }}
+{% endfor %}
+
+
+{% endblock %}