All pastes #2121542 Raw Edit

sammy template demo

public text v1 · immutable
#2121542 ·published 2012-02-25 18:22 UTC
rendered paste body
this.app.use('Template');
content = this.template('<p>place: <%= city %></p>', {
    city: 'oslo'
});
$('#search').append($(content));