Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.93 KB

template-engines.md

File metadata and controls

19 lines (17 loc) · 1.93 KB

Template Engines

Libraries and tools for templating and lexing.

  • ace - Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold.
  • amber - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade.
  • damsel - Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others.
  • ego - A lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.
  • fasttemplate - Simple and fast template engine. Substitutes template placeholders up to 10x faster than text/template.
  • gofpdf - A PDF document generator with high level support for text, drawing and images.
  • jet - Jet template engine
  • kasia.go - Templating system for HTML and other text documents - go implementation.
  • mustache - A Go implementation of the Mustache template language.
  • pongo2 - A Django-like template-engine for Go.
  • quicktemplate - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it.
  • raymond - A complete handlebars implementation in Go.
  • Razor - Razor view engine for Golang.
  • Soy - Closure templates (aka Soy templates) for Go, following the official spec
  • velvet - A complete handlebars implementation in Go.