{f:if(condition: data.space_before_class, then: 'sbc--{data.space_before_class}') -> f:variable(name: 'spaceBeforeClass')}
{f:if(condition: data.space_after_class, then: 'sac--{data.space_after_class}') -> f:variable(name: 'spaceAfterClass')}
{f:if(condition: data.header, then: 'section', else: 'div') -> f:variable(name: 'tagName')}
{data.CType -> v:format.replace(substring: 'ce-', replacement: '') -> f:variable(name: 'CType')}