Skip to content

handlebars for Mojito provides a handlebars Renderer implementation that was designed specifically for Mojito with full compatibility.

License

Notifications You must be signed in to change notification settings

go-mojito/handlebars

Repository files navigation

Handlebars for Mojito

PRs Welcome

handlebars for Mojito provides a handlebars Renderer implementation that was designed specifically for Mojito with full compatibility.

SonarCloud Report


Quickstart

To start using handlebars as your renderer just enable it as the default renderer like this:

func init() {
    handlebars.AsDefault()
}

Or to use handlebars as a secondary renderer you can register it as a named renderer like this:

func init() {
    handlebars.As("myRenderer")
}

Documentation

Read our Documentation, check out the Project Website.

Icon made with Gopherize and flaticon.

About

handlebars for Mojito provides a handlebars Renderer implementation that was designed specifically for Mojito with full compatibility.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages