mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
modified: README.md
This commit is contained in:
@@ -49,9 +49,7 @@ var html = engine.renderFile("hello.html", {name: 'alice'});
|
||||
|
||||
`cache` default to `false`, `extname` default to `.liquid`, `root` default to `""`.
|
||||
|
||||
## Includes and Layouts
|
||||
|
||||
### Includes
|
||||
## Includes
|
||||
|
||||
```
|
||||
// file: color.liquid
|
||||
@@ -72,7 +70,7 @@ color: 'red' shape: 'circle'
|
||||
color: 'yellow' shape: 'square'
|
||||
```
|
||||
|
||||
### Layouts
|
||||
## Layouts
|
||||
|
||||
```
|
||||
// file: default-layout.html
|
||||
|
||||
Reference in New Issue
Block a user