diff --git a/templates/archives.html b/templates/archives.html
new file mode 100644
index 0000000000000000000000000000000000000000..dccb690ead1bd63540542e870d0f1c3cdcc54654
--- /dev/null
+++ b/templates/archives.html
@@ -0,0 +1,7 @@
+{% extends "page.html" %}
+
+{% block title %}{{ SITENAME }} — Archives{% endblock %}
+<div class="col-md-12 col-sm-12">
+    {% block content_title %}
+    {% endblock %}
+</div>
diff --git a/templates/base.html b/templates/base.html
index 872494674e7fd59afbdd7724a7da107636625a2f..ae9ffcb83d68af7e1617b5b9eb3a7c3354217dfc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -102,20 +102,6 @@
     <!-- Main Content -->
     {% block content %}{% endblock %}
 
-    {% block news %}
-        <div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
-            <h3>News</h3>
-            {% for article in articles %}
-                <h4><a href="{{ article.url }}">{{ article.title }}</a></h4>
-                {{ article.date }} · <a href="{{ article.author.url }}">{{ article.author }}</a>
-                <p>
-                 {{ article.summary }}
-                </p>
-                <p><a href="{{ article.url }}">More info…</a></p>
-            {% endfor %}
-        </div>
-    {% endblock %}
-
     <!-- Sponsoren Footer -->
     <footer class="page-footer" id="sponsoren-footer">
         <div class="container">