Skip to content

Commit 165ec4a

Browse files
author
Derek Worthen
committed
Added plates support
1 parent 09f8138 commit 165ec4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ cons.plates('views/user.html', {user: 'Tobi', map: _map}, function(err, html) {
8181
if (err) throw err;
8282
console.log(html);
8383
});
84+
```
8485

86+
```html
8587
// user.html
8688
<p id="user"></p>
8789
<ul class="list"&gt>

0 commit comments

Comments
 (0)