blog listing + started with products page and listing
diff --git a/erpnext/website/templates/page.html b/erpnext/website/templates/page.html
index a8e20f6..c6e0715 100644
--- a/erpnext/website/templates/page.html
+++ b/erpnext/website/templates/page.html
@@ -24,9 +24,14 @@
 	});
 	</script>
 	{% endif %}
+	
+	{% block css %}
 	{% if insert_style %}
+	
 	<style>{{ css }}</style>
+
 	{% endif %}
+	{% endblock %}
 {% endblock %}
 
 {% block content %}