Re: [racket-users] Nested HTML templates

2016-03-29 Thread Jay McCarthy
You can treat templates like function calls, so all the normal ways that you compose Racket functions apply. Jay On Tue, Mar 29, 2016 at 4:15 AM, Sean Kemplay wrote: > Hello, > > Has anyone had any experience using web-server/template? > > If so do you have any suggestions on how to best/compose

[racket-users] Nested HTML templates

2016-03-29 Thread Sean Kemplay
Hello, Has anyone had any experience using web-server/template? If so do you have any suggestions on how to best/compose so there is a base template with placeholders being filled by other templates (which could in turn have even deeper nesting themselves)? Kind regards, Sean -- You received