Merge command: [strpagetitleh4 ]
Merge variable/item: strPageTitleH4

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

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