george hu wrote:
> Can we have a way to wire the macro from other template directly in 
> the application registry? Other than write code in the view with 
> get_template(..) and then render_template_to_reponse...?
I was using the get_template approach in my application to gain access 
to a macros templates prior to looking at repoze.bfg.skins.  Using a 
view that returns a dictionary and a renderer that points to a page 
template (.pt file) that uses the skin expression defined in 
repoze.bfg.skins seems to solve some of what I think you're asking about.

-Michael Mulich (pumazi)
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to