[css] portal
diff --git a/erpnext/templates/pages/home.py b/erpnext/templates/pages/home.py
index af75097..9488efe 100644
--- a/erpnext/templates/pages/home.py
+++ b/erpnext/templates/pages/home.py
@@ -9,6 +9,13 @@
 no_cache = 1
 no_sitemap = 1
 
+def get_context(context):
+	homepage = frappe.get_doc('Homepage')
+	return {
+		'homepage': homepage
+	}
+
+
 @frappe.whitelist(allow_guest=True)
 def get_product_list(search=None, start=0, limit=6):
 	# limit = 12 because we show 12 items in the grid view