Thanks for the infos. I tried to change to mustache.
js:
self.element.html(can.view('myview', { data: this.myData }));
html:
<input type="text" id="inputName" name="name" placeholder="Name" {{value place.name}}>
but my data will not be shown in my input box. What i do wrong?
Thanks