yosssi / ace

HTML template engine for Go
MIT License
836 stars 89 forks source link

Load multiple inners #45

Open iu0v1 opened 9 years ago

iu0v1 commented 9 years ago

Hello. How about implement multiple inners load? I try wrote patch with this feature, based on

func LoadMultiple(opts *Options, basePath string, innerPaths ...string)

but got a lot of obstacles in the code architecture. And for not to rewrite a lot of code in "dirty way style", do you plan this functionality in the future? Thanks in advance.

yosssi commented 9 years ago

Thanks for your issue. Interesting. I'll consider how to implement this function later.