diff --git a/templates/base.html b/templates/base.html
index ae9ffcb83d68af7e1617b5b9eb3a7c3354217dfc..1a693a9d8d864a851ebc3743bf68297a7cf6a26f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -102,6 +102,17 @@
     <!-- Main Content -->
     {% block content %}{% endblock %}
 
+    <div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
+        <h3>News</h3>
+        {% for article in ARTICLES %}
+            <h4>{{ article.title }}</h4>
+            {{ article.date }} · {{ article.author }}
+            <p>
+             {{ article.summary }}
+            </p
+        {% endfor %}
+    </div>
+
     <!-- Sponsoren Footer -->
     <footer class="page-footer" id="sponsoren-footer">
         <div class="container">