Index: trunk/templates/source/enhanced_block.html
===================================================================
--- trunk/templates/source/enhanced_block.html	(revision 138)
+++ trunk/templates/source/enhanced_block.html	(revision 138)
@@ -0,0 +1,13 @@
+<{* **************************  usage ****************************
+ 	The template tag of the following list can be used. 
+		<{$block.err_message}> 					// When the block cannot be displayed, this outputs the reason. Please do not delete it.
+ 		<{$block.enhanced}>					// Displays from Custom php code
+   ************************* End of usage ************************ *}>
+<{* Start Template *}>
+
+<div class="xpress_block">
+	<{$block.err_message}>
+	<div class="xpress_enhanced_block">
+		<{$block.enhanced}>
+	</div>
+</div>
