Merge command: [strpagetitleh2 ]
Merge variable/item: strPageTitleH2

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

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