sammy template demo
public text v1 · immutablethis.app.use('Template');
content = this.template('<p>place: <%= city %></p>', {
city: 'oslo'
});
$('#search').append($(content));this.app.use('Template');
content = this.template('<p>place: <%= city %></p>', {
city: 'oslo'
});
$('#search').append($(content));