Does anyone know what I need to add to blockcms.tpl in order to show a brief description of the CMS page?
This brings in the title for the page:
{$cms_page.meta_title|escape:html:'UTF-8'}
and this brings in the content on cms.tpl:
{$cms->content}
but I can't seem to get the content to show on the CMS block.