mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -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 `""`.
|
`cache` default to `false`, `extname` default to `.liquid`, `root` default to `""`.
|
||||||
|
|
||||||
## Includes and Layouts
|
## Includes
|
||||||
|
|
||||||
### Includes
|
|
||||||
|
|
||||||
```
|
```
|
||||||
// file: color.liquid
|
// file: color.liquid
|
||||||
@@ -72,7 +70,7 @@ color: 'red' shape: 'circle'
|
|||||||
color: 'yellow' shape: 'square'
|
color: 'yellow' shape: 'square'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Layouts
|
## Layouts
|
||||||
|
|
||||||
```
|
```
|
||||||
// file: default-layout.html
|
// file: default-layout.html
|
||||||
|
|||||||
Reference in New Issue
Block a user