#{extends 'main.html' /} #{set title:'My GWT Application' /} #{gwt2.module 'app', history: true} // use this to transmit args to your appliction (as key: value, key: value, ...) 'myargs': 'myvalue', 'myargs2': 'myvalue' #{/gwt2.module}