Inserts WYSIWYG content block into a page.
Use it for creating editable areas on pages. Please read
Creating editable blocks
article for details about the function usage.
The following code creates two content blocks on a page.
<? content_block('our_goals', 'Our goals') ?>
<? content_block('our_contacts', 'Our contacts') ?>