name = ${name}
background = ${background}
url = ${url}
hobbies = ${hobbies}
template = ${template}
${showPageFrame.show()}
${templateField.addItem('template1.jelly')}
${templateField.addItem('template2.jelly')}
${hobbyModel.addElement('Killing bad guys')}
${hobbyModel.addElement('Wrecking cars')}
${hobbyModel.addElement('Eating jelly')}
${frame.show()}