mirror of
https://github.com/danog/liquid.git
synced 2025-01-23 02:21:15 +01:00
791 B
791 B
Go Liquid Template Parser
goliquid
is a Go implementation of the Shopify Liquid template language, for use in Gojekyll.
Status
- Basics
- Constants
- Variables
- Operators
- Arrays
- Whitespace Control
- Tags
- Comment
- Control Flow
- Iteration - [ ] for - [ ] limit, offset, range, reversed - [ ] break, continue - [ ] loop variables - [ ] tablerow - [ ] cycle
- Raw
- Variable
- Assign
- Capture
- Filters
Install
go get -u github.com/osteele/goliquid
Develop
go get golang.org/x/tools/cmd/stringer
go generate