Solved that issue by creating components on server side,
they hold a reference to the template, their block name, their
configuration,
so they can expose a render method to consume within the view.
https://github.com/mh-cbon/mdl-go-components
On Friday, November 18, 2016 at 10:23:21 PM UTC+1,
Il giorno venerdì 18 novembre 2016 21:23:38 UTC+1, Ian Lance Taylor ha
scritto:
>
> On Fri, Nov 18, 2016 at 11:50 AM, Manlio Perillo
> > wrote:
> >
> > I'm trying to implement HTML form support in Go,
> > Forms are one of the most complex components to implement in a web
> > application.
> >
On Fri, Nov 18, 2016 at 11:50 AM, Manlio Perillo
wrote:
>
> I'm trying to implement HTML form support in Go,
> Forms are one of the most complex components to implement in a web
> application.
>
> Here is a simple form with only two text field, using bootstrap:
> https://gist.github.com/anonymous/