Versions in this module Expand all Collapse all v0 v0.2.0 Jan 6, 2016 v0.1.2 Oct 20, 2015 Changes in this version type Data + SharedExtends map[string]*Data v0.1.1 Sep 28, 2015 Changes in this version + type Data struct + Asset func(string) ([]byte, error) + AssetDir func(string) ([]string, error) + Context map[string]interface{} + func (d *Data) CopyDir(dst, prefix string) error + func (d *Data) RenderAsset(dst, src string) error + func (d *Data) RenderReal(dst, src string) error + func (d *Data) RenderString(tpl string) (string, error)