{{#ifeq $request.isMobile 'true'}} <h1>This is mobile specific title</h2> {{/ifeq}}
{{#ifneq $request.isMobile 'true'}} <h1>This is desktop specific heading</h2> {{/ifneq}}