diff --git a/templates/index.html b/templates/index.html
index b04eb0fd..c83e0eb8 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -37,6 +37,10 @@
{% include 'attention_bar.html' %}
+ {% if config.announcement %}
+ {{ config.announcement }}
+ {% endif %}
+
{% if board.uri not in config.banned_ad_boards %}
{% include 'ad_top.html' %}
{% endif %}