Index: trunk/templates/source/widget_block.html
===================================================================
--- trunk/templates/source/widget_block.html	(revision 136)
+++ trunk/templates/source/widget_block.html	(revision 136)
@@ -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.widget}>					// Displays Sidebar widget
+   ************************* End of usage ************************ *}>
+<{* Start Template *}>
+
+<div class="xpress_block">
+	<{$block.err_message}>
+	<div class="xpress_widget_block">
+		<{$block.widget}>
+	</div>
+</div>
