From 44290d28129616aedcf59935a7a00d48d68eb61f Mon Sep 17 00:00:00 2001 From: Florian Schlachter Date: Sun, 6 Jul 2014 22:12:33 +0200 Subject: [PATCH] Add pongo2 and remove pongo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca39c3..15b5eb5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation. * [gold](https://github.com/yosssi/gold) - Gold is a template engine for Go. This simplifies HTML coding in Go web application development. This is influenced by Slim and Jade. * [Razor](https://github.com/sipin/gorazor) - Razor view engine for Golang. -* [Pongo](https://github.com/flosch/pongo) - A Django-like template engine for Go. +* [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/)