From 35f2078870a781de7d20888cf39edeafe4df15be Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Sun, 7 May 2017 22:32:13 +0200 Subject: [PATCH] add grender (#1358) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69a5855d..33fc20aa 100644 --- a/README.md +++ b/README.md @@ -936,6 +936,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ego](https://github.com/benbjohnson/ego) - A lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled. * [fasttemplate](https://github.com/valyala/fasttemplate) - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](http://golang.org/pkg/text/template/). * [gofpdf](https://github.com/jung-kurt/gofpdf) - A PDF document generator with high level support for text, drawing and images. +* [grender](https://github.com/dannyvankooten/grender) - small wrapper around html/template for file-based templates that support extending other template files * [hero](https://github.com/shiyanhui/hero) Hero is a handy, fast and powerful go template engine. * [jet](https://github.com/CloudyKit/jet) - Jet template engine * [kasia.go](https://github.com/ziutek/kasia.go) - Templating system for HTML and other text documents - go implementation.