package templater // Datasource for template rendering type TemplateDS struct { } func (tds *TemplateDS) Render() { }