Merge command: [strpagesubtitleh1 ]
Merge variable/item: strPageSubTitleH1
Comments:
This wraps [strpagesubtitle ] in an h1. If [strpagesubtitle ] is empty no h1 is generated !
Formula:
@If(@trim(pageSubTitle)="";"";"< h1 >"+pageSubTitle+" h1 >");
Merge variable/item: strPageSubTitleH1
Comments:
This wraps [strpagesubtitle ] in an h1. If [strpagesubtitle ] is empty no h1 is generated !
Formula:
@If(@trim(pageSubTitle)="";"";"< h1 >"+pageSubTitle+" h1 >");