[go-nuts] Re: nested template question

2017-05-17 Thread Tieson Molly
thanks Billie, I will check it out On Wednesday, May 17, 2017 at 1:56:46 PM UTC-4, Billie H Cleek wrote: > > Ty, > > The block template can satisfy your need: > https://godoc.org/text/template#example-Template--Block > > On Wednesday, May 17, 2017 at 4:55:28 AM UTC-7, Tieson Molly wrote: >> >> I

[go-nuts] Re: nested template question

2017-05-17 Thread bhcleek
Ty, The block template can satisfy your need: https://godoc.org/text/template#example-Template--Block On Wednesday, May 17, 2017 at 4:55:28 AM UTC-7, Tieson Molly wrote: > > Is there a way to defined a template name as a fallback if one does not > exist? > > Say you have a nested template in yo