Skip to content
New issue

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

Support for other template engines #8

Open
fbjork opened this issue Feb 23, 2014 · 6 comments
Open

Support for other template engines #8

fbjork opened this issue Feb 23, 2014 · 6 comments

Comments

@fbjork
Copy link

fbjork commented Feb 23, 2014

Any plans on adding support for other template engines like Mustache (https://github.com/hoisie/mustache) or Amber (https://github.com/eknkc/amber)?

@codegangsta
Copy link
Member

I haven't considered this yet. It might be worthwhile to look into.

@codegangsta
Copy link
Member

in the least part it would be cool to have a separate middleware that brings in one of these other template engines and supports the render.Render interface

@peterhellberg
Copy link

Something similar to the Ruby library Tilt would be really nice to have in Go.

I’ll see if I can figure something out since I’d like a convenient way to use the Gold template engine with Martini.

@yosssi
Copy link
Member

yosssi commented May 7, 2014

Hi, I'm an author of Gold which is a template engine for Go.

@peterhellberg Thanks for thinking of using Gold!

@codegangsta I created RenderGold which is a Martini middleware/handler for parsing Gold templates and rendering HTML. This middleware supports the render.Render interface. I would be glad if you could add this package on the martini-contrib organization. (If you allow me to join the martini-contrib organization, I will add RenderGold on the organization.)

Thanks.

@codegangsta
Copy link
Member

Yup. This would be a good martini-contrib package! I'm a bit busy currently but I will fire up the repo when I get the chance :)

Sent from my iPhone

On May 7, 2014, at 5:23 AM, Keiji Yoshida notifications@github.com wrote:

Hi, I'm a creator of Gold which is a template engine for Go.

@peterhellberg Thanks for thinking of using Gold!

@codegangsta I created RenderGold which is a Martini middleware/handler for parsing Gold templates and rendering HTML. This middleware supports the render.Render interface. I would be glad if you could add this package on the martini-contrib organization. (If you allow me to join the martini-contrib organization, I will add RenderGold on the organization.)

Thanks.


Reply to this email directly or view it on GitHub.

@yosssi
Copy link
Member

yosssi commented May 7, 2014

@codegangsta Thanks for your reply! Looking forward to seeing that this package will be a member of the martini-contrib packages!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants