Index: trunk/include/xpress_templates_make.php
===================================================================
--- trunk/include/xpress_templates_make.php	(revision 136)
+++ trunk/include/xpress_templates_make.php	(revision 137)
@@ -87,4 +87,5 @@
 		'sidebar_block.html' ,
 		'widget_block.html' ,
+		'enhanced_block.html' ,
 		'index.html',
 	);
Index: trunk/wp-config.php
===================================================================
--- trunk/wp-config.php	(revision 136)
+++ trunk/wp-config.php	(revision 137)
@@ -95,4 +95,5 @@
 	//When adding, and changing and deleting Post & Comment, block cache is refreshed by add_action at any time. 
 	// This Function in xpressme plugin
+	require_once( ABSPATH .'/include/xpress_block_render.php' );	
 	xpress_unnecessary_block_cache_delete();
 	if (is_home()) xpress_block_cache_refresh();
Index: trunk/wp-content/themes/xpress_default/blocks/block_style.css
===================================================================
--- trunk/wp-content/themes/xpress_default/blocks/block_style.css	(revision 136)
+++ trunk/wp-content/themes/xpress_default/blocks/block_style.css	(revision 137)
@@ -323,4 +323,5 @@
 
 }
+
 /*********** widget block ***************/
 .xpress_widget_block {
@@ -331,2 +332,7 @@
 
 }
+
+/*********** custom block ***************/
+.xpress_enhanced_block {
+
+}
