<AppRaw 
    name="{{item.name}}"
    {{#if item.psSysCss}}
    class="{{item.psSysCss.cssName}}"
    {{/if}}
    {{#if item.psSysImage}}
    {{#if item.psSysImage.cssClass}}
    iconClass="{{item.psSysImage.cssClass}}"
    {{/if}}
    {{#if item.psSysImage.imagePath}}
    imgPath="{{item.psSysImage.imagePath}}"
    {{/if}}
    {{/if}}
    {{#if (and item.psLayoutPos (or item.psLayoutPos.width item.psLayoutPos.height))}}
    style="{{#if item.psLayoutPos.width}}width: {{item.psLayoutPos.width}}px; {{/if}}{{#if item.psLayoutPos.height}}height: {{item.psLayoutPos.height}}px; {{/if}}"
    {{/if}}
    contentType="{{item.contentType}}"
    {{#if (eq item.contentType 'RAW')}}
    value="{{item.rawContent}}"
    {{else if (eq item.contentType 'HTML')}}
    :value="`{{item.htmlContent}}`"
    {{/if}}
/>
