====== Core Block Tag ======
===== CORE:BLOCK =====
Show or hide a portion of a template
==== Syntax ====
_contents_
==== Description ====
The ''[[tag:core:block|]]''tag is a [[wact:api:template:ServerComponentTag]] that creates a [[wact:api:template:BlockComponent]].
The contents of the block tag are normally visible, but can be hidden using the show or hide methods on the [[wact:api:template:BlockComponent]].
If the ''hide'' attribute is used, the contents of the block will start out hidden.
====Examples====
Please have a look at the [[http://wact.sourceforge.net/examples/show.php?group=tags/|examples]] section to see this tag in action.