Merge command: [strpagesubtitleh2 ]
Merge variable/item: strPageSubTitleH2

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

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