amber
Template engine
A templating engine inspired by HAML and Jade for the Go programming language
Amber is an elegant templating engine for Go Programming Language, inspired from HAML and Jade
914 stars
20 watching
63 forks
Language: Go
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
osteele/liquid | A Go implementation of a template engine used in static site generators | 287 |
sipin/gorazor | A high-performance view engine for Go that compiles templates into executable code for fast rendering. | 859 |
benbjohnson/ego | An ERb-style templating language that compiles templates into pure Go at compile time | 581 |
lambda-fairy/maud | A macro-based Rust template engine for generating specialized code from HTML templates | 2,134 |
valyala/fasttemplate | A simple and fast template engine for Go that substitutes placeholders with user-defined values. | 842 |
ckirkendall/kioo | A templating framework for React applications that separates view and logic layers using standard HTML templates. | 403 |
jdiamond/nustache | Logic-less templating library for .NET applications | 596 |
cloudykit/jet | A template engine for Go with features like inheritance and composition, designed to be easy to use and fast. | 1,263 |
wlachs/advent_of_code_go_template | A template project for solving Advent of Code challenges in Go | 1 |
goradd/got | A template engine that translates templates into Go code to compile into an application. | 32 |
chrismccord/phoenix_haml | A template engine for building Haml-based web applications with Phoenix | 158 |
enthus1ast/nimja | A high-performance template engine for Nim that combines compile-time evaluation with a statically typed syntax. | 185 |
yohanmishkin/ember-cli-alex | An Ember app template linting tool that identifies and removes unequal or biased language from code | 7 |
joshdk/template-transformer | A plugin for the Kustomize tool to securely inject dynamic values into Kubernetes resource manifests through strict templating. | 12 |
neuland/jade4j | An implementation of a Pug-like template engine in Java. | 707 |