issues
search
osteele
/
liquid
A Liquid template engine in Go
https://godoc.org/github.com/osteele/liquid
MIT License
287
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a NewBasicEngine function
#104
jam3sn
closed
1 week ago
0
layout support
#103
millken
opened
2 weeks ago
0
Possible addition of a "basic" engine without the default filters and tags
#102
jam3sn
closed
1 week ago
1
Count number of characters in size filter instead of number of bytes
#101
jamslinger
closed
4 weeks ago
2
Filter `size` counts number of bytes instead of number of characters
#100
jamslinger
opened
4 weeks ago
0
Don't panic in when slicing with index out of bound
#99
jamslinger
closed
4 weeks ago
2
Don't panic when slicing with index out of bound
#98
jamslinger
closed
4 weeks ago
0
Don't panic in filter divided_by on division by zero
#97
jamslinger
closed
4 weeks ago
4
Don't panic when applying the `divided_by` filter with zero divisor
#96
jamslinger
closed
4 weeks ago
0
Modernize
#95
danog
closed
4 weeks ago
0
Fix panic in ValueOf with nil pointer
#94
stephanejais
closed
4 weeks ago
0
implement support for else clauses in for loops. fixes osteele/liquid#46
#93
codykrieger
closed
4 weeks ago
1
Does not replace if Bindings key is a numeric string
#92
magiusdarrigo
opened
2 months ago
0
patch: add nil check for grammer field before g.BlockSyntax call
#91
magiusdarrigo
closed
4 weeks ago
0
ParseAndRenderString() panics for certain arguments
#90
magiusdarrigo
closed
2 weeks ago
1
Add support for string unescape
#89
steve-ky
opened
5 months ago
1
Fix whitespace control
#88
jamslinger
closed
4 weeks ago
1
Bump GitHub workflow actions to latest versions
#87
deining
closed
6 months ago
1
Add FRender to allow rendering into a custom io.Writer
#86
jamslinger
closed
6 months ago
3
Add FRender to allow rendering into a custom io.Writer
#85
jamslinger
opened
6 months ago
0
Add json filter
#84
prestonprice57
closed
1 year ago
0
Dev/sfroment/remove autopilot from go sum
#83
sfroment
closed
1 year ago
0
Fix slice on multiline strings
#82
danog
closed
1 year ago
0
Bug fixes for WrapError(), Errorf() and SourceFile() in a block context
#81
wttw
closed
1 year ago
0
Panic when using WrapError(), Errorf() or SourceFile() in a block
#80
wttw
closed
1 year ago
0
Whitespace flags not respected on blocks (for/if)
#79
chrisghill
closed
4 weeks ago
6
Added code to respect whitespace trimming flags
#78
chrisghill
closed
6 months ago
3
Fix for parsing of conditions in assign statements
#77
mhalada-from-meiro
closed
4 weeks ago
0
Syntax error in assign statement
#76
rom-from-meiro
opened
1 year ago
0
Please support allow_false feature
#75
ns-jjiang
opened
1 year ago
0
Add support for strict variables
#74
jamesog
closed
1 year ago
0
Add test case
#73
johnzhanghua
closed
2 years ago
0
Fix slice
#72
ofavre
opened
2 years ago
1
Fix map filter with slice of structs
#71
ofavre
closed
1 year ago
0
Implemented auto-escape functionality and provided a default escape replacer for HTML.
#70
dop251
opened
2 years ago
0
Fix example filter URL in documentation
#69
peteraba
closed
1 year ago
0
Allow unless to have an else clause
#68
aisbergg
closed
1 year ago
0
Allow loop modifiers to be more than just literals
#67
aisbergg
closed
1 year ago
0
Expose the template lexical environment
#66
aisbergg
closed
1 year ago
0
Allow range expression as general expressions (not only loops)
#65
aisbergg
closed
1 year ago
3
Feat/remove unused var
#64
mmoustai
closed
2 years ago
0
When the key name of the parameter is Chinese, the template cannot be resolved
#63
StrangeYear
opened
2 years ago
1
Example: List variables used in template
#62
carolynvs
closed
2 years ago
3
Fixed: include tag test cases failed on Windows
#61
osteele
closed
2 years ago
0
Make tagKey an exported var to be able to use another struct tag
#60
abemedia
opened
2 years ago
0
Expose the template ast
#59
carolynvs
closed
2 years ago
2
Add concat filter.
#58
danog
closed
2 years ago
0
Stop trimming ASAP
#57
danog
closed
2 years ago
0
Incorrect whitespace trimming issue
#56
danog
closed
2 years ago
0
Add concat filter
#55
danog
closed
2 years ago
1
Next