Skip to content

Commit 2abaf76

Browse files
author
Derek Worthen
committed
Added plates support
1 parent 165ec4a commit 2abaf76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ cons.plates('views/user.html', {user: 'Tobi', map: _map}, function(err, html) {
8585

8686
```html
8787
// user.html
88-
<p id="user"></p>
89-
<ul class="list"&gt>
88+
<p id="user"></p>
89+
<ul class="list"></ul>
9090

9191
// partial.html
92-
&lt;li id="item"&gt;&lt;/item&gt;
92+
<li id="item"></li>
9393
```
9494

9595
## Caching

0 commit comments

Comments
 (0)