是否有haml或slim的Go端口?

I found myself coding web stuff with Go and find the in-built template engine to be 'interesting'. I miss haml (or slim) from my Ruby projects. A quick search gave me nothing of the sort. Are there any ports of haml or slim to Go?

Slim template engine http://slim-lang.com/ the best among template engines by reason of the simplest syntax.

https://github.com/yosssi/gold
influenced by Slim and Jade

https://github.com/eknkc/amber
inspired from HAML and Jade

https://github.com/acsellers/bham
haml-like Blocky Hypertext Abstraction Markup

https://github.com/travissimon/ghaml
haml-like language

https://github.com/a2800276/gaml
simplified haml for golang

https://github.com/bengentil/gojade
Jade Template Engine implemented by Go

Please, check out https://github.com/yosssi/ace. Ace is a refinement of Gold as the author said.

I think the syntax is pretty similar to Slim.