We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I hope that mustache.go take an argument for output writer. Maybe, it will be helpful for web.go
web.Get("/", func(ctx *web.Context) { data := GetData() tmpl.RenderFile("foobar.mustache", data, ctx) })
The text was updated successfully, but these errors were encountered:
It'd have to be a different function, maybe FRender(...) ? It doesn't seem like it'd save that much typing though.
Sorry, something went wrong.
This is a great idea, and it's more consistent with the Go conventions. There are a couple PR that address this, so it should be in shortly.
No branches or pull requests
I hope that mustache.go take an argument for output writer.
Maybe, it will be helpful for web.go
The text was updated successfully, but these errors were encountered: