diff --git a/templates/base.html b/templates/base.html
index 1a693a9d8d864a851ebc3743bf68297a7cf6a26f..ed4f42f4049cf1d879e1126b7a0ab3ba3f44328d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -104,7 +104,7 @@
 
     <div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
         <h3>News</h3>
-        {% for article in ARTICLES %}
+        {% for article in articles %}
             <h4>{{ article.title }}</h4>
             {{ article.date }} · {{ article.author }}
             <p>