Hi Lutz, Sorry I was not clear earlier. Yes, this is regarding Go HTML template.
We use beego and HTML templates under that. We generally use nested templates in which we have nested if conditions as needed and for loop (range). We also do some minor computation, etc. I feel over time, the template file has gone out of shape and became difficult to understand and maintain. Hence my questions. Hope this helps. Please let me know if you have any questions. Regards dharani On Wed, Jul 22, 2020 at 11:54 AM Lutz Horn <[email protected]> wrote: > > I am running a website for which we use templates. > > Do you use https://golang.org/pkg/html/template/? If yes, how do you use > them? If no, this question is off-topic for this mailing list. > > Lutz > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/AM7P191MB1060A58CEA463342E216714B9E790%40AM7P191MB1060.EURP191.PROD.OUTLOOK.COM > . > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAN-HoCnypth1P2UKcuR_aObYryDmmVG0-M3%2BBtKzScNMtZ7w2g%40mail.gmail.com.
