Skip to content

Commit

Permalink
Added plates support
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Worthen committed Jan 24, 2013
1 parent 09f8138 commit 165ec4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ cons.plates('views/user.html', {user: 'Tobi', map: _map}, function(err, html) {
if (err) throw err;
console.log(html);
});
```

```html
// user.html
<p id="user"></p>
<ul class="list"&gt>
Expand Down

0 comments on commit 165ec4a

Please sign in to comment.