diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html
--- a/rhodecode/templates/index.html
+++ b/rhodecode/templates/index.html
@@ -4,5 +4,5 @@
<%def name="breadcrumbs()">%def>
<%def name="page_nav()">${self.menu('home')}%def>
<%def name="main()">
- <%include file="index_base.html" args="parent=self"/>
+ <%include file="index_base.html" args="parent=self"/>
%def>