issues
search
hoisie
/
mustache
The mustache template language in Go
MIT License
1.11k
stars
225
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update Readme.md
#60
mr-shitij
opened
6 months ago
0
README: Add installation command for Go >= 1.18
#59
kirisakow
opened
1 year ago
1
Return errors from Render, etc
#58
movitz-s
opened
3 years ago
0
Use Getwd(), support direct customization of the 'cwd' path
#57
nickbp
closed
6 years ago
2
Add code highlighting
#56
gagliardetto
closed
8 years ago
0
Interface change suggestion
#55
crantok
opened
8 years ago
0
Feature/lexical scanning
#54
zhuharev
opened
9 years ago
0
Add option to treat missing variables as errors
#53
cbroglie
opened
9 years ago
0
Implement the spec to make this a compliant implementation
#52
jabley
opened
9 years ago
4
Unescaped replace only works without spaces in tag
#51
itsmontoya
opened
9 years ago
0
Support whitespace around variable names
#50
jabley
opened
9 years ago
0
Capitalize types of return items in README. Closes #46
#49
benjaminparnell
closed
9 years ago
0
Allow 'embedding' map[string]string via field tags,
#48
erjoalgo
opened
9 years ago
0
Add support for a `name` field tag to allow Exported fields to be used as lowercase template variables
#47
erjoalgo
opened
9 years ago
0
Update examples from unexported *template return type
#46
erjoalgo
closed
9 years ago
0
Fix for .length - might be a temporary patch
#45
Shaked
closed
10 years ago
0
Add dot notation support
#44
ddliu
closed
10 years ago
1
Replace mustache_test with generated spec, and fix failures
#43
adammck
opened
10 years ago
3
Use html escaper function from html/template
#42
SamWhited
closed
9 years ago
0
Add code coloring to readme
#41
soffes
closed
4 years ago
0
Is this project still under maintained?
#40
Wuvist
opened
10 years ago
5
Add more informative error message when partial is not found.
#39
hiteshjasani
opened
10 years ago
0
Changed Readme to match interface change made in commit 12a583
#38
pdodde
closed
6 years ago
0
Ignore empty strings on list iteration.
#37
christianchristensen
opened
11 years ago
0
Ability to get partials from other folders
#36
gabstv
closed
6 years ago
0
Allowed for template-lookup callbacks; fixed indentation
#35
yourheropaul
opened
11 years ago
0
Supply parameters for functions
#34
romanoff
opened
11 years ago
0
Combine redundant parsing code.
#33
choongng
opened
11 years ago
0
Attempted to add MustRender functions
#32
spiffytech
opened
11 years ago
0
Test for bad syntax
#31
abh
closed
11 years ago
1
Is it possible to iterate over a slice?
#30
Altonymous
opened
11 years ago
0
Adds RenderTo function, to render directly to a writer.
#29
drhodes
opened
11 years ago
0
Add RenderTo() for Rendering to an io.Writer
#28
DeedleFake
opened
11 years ago
1
Implement the mustache test suite
#27
abh
opened
11 years ago
5
Support for recursive partials
#26
deuill
opened
11 years ago
4
Add Support for Lambda sections
#25
drbawb
opened
12 years ago
1
Sections can be lambdas (in the form of `fn(in string) string`), as per mustache spec.
#24
drbawb
closed
12 years ago
2
Conform to spec: empty list evaluates inverted section
#23
lye
closed
11 years ago
5
Fix for Go 1 compatibility + panic fix on partial
#22
kybernetyk
closed
11 years ago
2
performance against go's bundled text/template library
#21
farnoy
opened
12 years ago
1
Updated to compile with Golang weekly.2012-01-27
#20
jeffbr13
closed
12 years ago
3
Added RenderWriter method.
#19
drhodes
closed
11 years ago
4
remove vector
#18
mattn
closed
11 years ago
2
Updates for Go r59
#17
kpumuk
closed
13 years ago
0
Lambda sections are not executed
#16
teomat
opened
13 years ago
1
Added support for `{{.}}` notation to allow direct access to the top of the context stack.
#15
sporkmonger
closed
11 years ago
10
No support for {{.}} notation.
#14
sporkmonger
opened
13 years ago
1
ParseReader(io.Reader) and Template.RenderTo(io.Writer, ...interface{}). Custom partials.
#13
DeedleFake
opened
13 years ago
0
fix for new reflect changes (weekly.2011-04-27 8257)
#12
kybernetyk
closed
11 years ago
1
Reflect
#11
aparent
closed
11 years ago
2
Next