Merge command: [strpagetitleh1 ]
Merge variable/item: strPageTitleH1

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

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