Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created May 29, 2018 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cibernomadas/b50d9c5676c825873edcc4ed866d6977 to your computer and use it in GitHub Desktop.
Save Cibernomadas/b50d9c5676c825873edcc4ed866d6977 to your computer and use it in GitHub Desktop.
func templateRender() multitemplate.Renderer {
r := multitemplate.NewRenderer()
r.AddFromFiles("index", "webapp/template/base.html", "webapp/template/index.html")
return r
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment