You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fubumv...@googlegroups.com
We are trying to work our way through a design decision on configuring an endpoint or something that will allow us to request templates that can be rendered to the client using the spark view engine. Here is the basic request:
Use ajax to request a template that will be wired up on the client with bootstrap/underscore, so the goal was to avoid having to generate endpoints for each template but to find a way to just return the html content of a partial and not necessarily static type it.
We could go straight against spark but we would rather use fubu for localization and conventions. I'm curious how others are using templates with fubu.