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 165ec4a commit 2abaf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ cons.plates('views/user.html', {user: 'Tobi', map: _map}, function(err, html) {

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

// partial.html
&lt;li id="item"&gt;&lt;/item&gt;
<li id="item"></li>
```

## Caching
Expand Down

0 comments on commit 2abaf76

Please sign in to comment.