lucianonooijen / renderbee

package for creating HTML renderable components in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

renderBee

Package for creating HTML renderable components in Go. Inspired by renderSnake and seaside.

Build Status

Basics

  • Encapsulate a Go template and its data into a component, called a fragment
  • Use a Map or Composite to encapsulate a Go template and multiple fragments
  • Render fragments and containers on a HtmlCanvas (io.Writer)

Read the full documentation and try the examples or explore it on Sourcegraph.

(c) 2013, http://ernestmicklei.com. Apache v2 License

About

package for creating HTML renderable components in Go

License:Apache License 2.0


Languages

Language:Go 100.0%