So you have a bunch of model instances from different types and want to display them?
Assuming this is mostly about the view side, there's a simple approach of putting them all in an array and setting that array as the context for a <collection> tag. Hobo will handle using the appropriate card based off the class of each instance. Cards can be customized on a per class basis in your taglib definition(s). <extend tag="card" for="ModelName"> ... -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/kK3e1DIq96cJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
