From e6708f4e2ecdcd88870566da4fbacb6d218ca0e1 Mon Sep 17 00:00:00 2001 From: Romano Augusto Date: Mon, 7 Jul 2014 10:29:34 -0300 Subject: [PATCH] Add amber on Template Engine section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b0fe564..3e442f59 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Razor](https://github.com/sipin/gorazor) - Razor view engine for Golang. * [pongo2](https://github.com/flosch/pongo2) - A Django-like template-engine for Go. * [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/) +* [amber](https://github.com/eknkc/amber) - Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade. ## Forms