diff --git a/covid19/templates/page_home.html b/covid19/templates/common/page_home.html
similarity index 100%
rename from covid19/templates/page_home.html
rename to covid19/templates/common/page_home.html
diff --git a/covid19/views.py b/covid19/views.py
index 01207ef989a072661406df43a41d300413e8d060..b73918d60f62672fcbbc0a37d782aa30b57c8353 100644
--- a/covid19/views.py
+++ b/covid19/views.py
@@ -17,7 +17,7 @@ import covid19.oodm.admin.views_admin
 def url_home():
     page_info = ApplicationPage('Home', "Covid19 Data")
     return render_template(
-        'page_home.html',
+        'common/page_home.html',
         page_info=page_info)