diff --git a/overrides/main.html b/overrides/main.html
new file mode 100644
index 000000000..033fa3c1f
--- /dev/null
+++ b/overrides/main.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block outdated %}
+You're not viewing the latest version.
+
+ Click here to go to latest.
+
+{% endblock %}