Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "razorleaf", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"main": "razorleaf.js", | ||
@@ -5,0 +5,0 @@ "files": ["razorleaf.js"], |
@@ -34,3 +34,3 @@ Razor Leaf is a template engine for HTML. It is indentation-based and vaguely | ||
``` | ||
```javascript | ||
var fs = require("fs"); | ||
@@ -90,3 +90,2 @@ var razorleaf = require("razorleaf"); | ||
- `elif` and `else` | ||
- Replaceable blocks and template extension/inclusion | ||
@@ -93,0 +92,0 @@ - Literal (unescaped) strings |
13488
93