gorazor
View engine
A high-performance view engine for Go that compiles templates into executable code for fast rendering.
Razor view engine for go
859 stars
55 watching
91 forks
Language: Go
last commit: 17 days ago
Linked from 2 awesome lists
fastgotemplate-engine
Related projects:
Repository | Description | Stars |
---|---|---|
valyala/fasttemplate | A simple and fast template engine for Go that substitutes placeholders with user-defined values. | 842 |
goradd/got | A template engine that translates templates into Go code to compile into an application. | 32 |
osteele/liquid | A Go implementation of a template engine used in static site generators | 287 |
hoisie/mustache | An implementation of the mustache template language in Go | 1,109 |
goyek/template | Automates build, testing and analysis processes for Go applications | 7 |
cloudykit/jet | A template engine for Go with features like inheritance and composition, designed to be easy to use and fast. | 1,263 |
foolin/goview | A lightweight template library for building Go web applications using golang html/template syntax. | 425 |
eknkc/amber | A templating engine inspired by HAML and Jade for the Go programming language | 914 |
sagikazarmark/modern-go-application | A modern Go application template providing best practices and boilerplate for building scalable and maintainable software systems. | 1,852 |
paulguo/juicer | A lightweight JavaScript template engine for rendering data-driven web pages | 915 |
robfig/soy | A Go implementation of Google Closure templates | 172 |
gofiber/template | Provides middleware for using multiple template engines with the Fiber web framework. | 272 |
aymerick/raymond | A Handlebars implementation for Go, allowing template rendering with automatic conversion and optimization of repeated parsing. | 608 |
wajox/gobase | A basic template for Go application development with standard project layout and tools. | 61 |
golang-templates/seed | Automates setup and workflow for Go applications | 479 |