Merge command: [strpagesubtitleh4 ]
Merge variable/item: strPageSubTitleH4

Comments:
This wraps [strpagesubtitle ] in an h4. If [strpagesubtitle ] is empty no h4 is generated !

Formula:
@If(@trim(pageSubTitle)="";"";"< h4 >"+pageSubTitle+"");