@navink386520 ,You can use this syntax to call a fragment within a content block.
<%
if(context.targetData.brand == 'hello')
{%>
<%@include contentModelFragment='CMDL534' %>
<%}
else if(context.targetData.brand == 'world')
{%>
<%@include contentModelFragment='World_10' %>
<%}
els...