Merge command: [strpagetitleh3 ]
Merge variable/item: strPageTitleH3

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

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