use cs\modules\Content\Content; $content_item = Content::instance()->get('content key here'); $content = $content_item['content']; //title field available too
<section data-cs-content="content key here"> <?=$content?> </section>
<section data-cs-content="content key here"> {Content:content key here} </section>
<section data-cs-content="content key here"> {Content_title:content key here} </section>