I understand that the index page implicitly uses a model's Card. Is it possible to define multiple Cards that are used in different contexts? I'm thinking of two scenarios:
1. A search results page that shows a collection of found objects in a list, with an aside containing a second list of objects that have been selected to keep. This might be like a store search results with an associated shopping cart of items to keep.
2. A search results page showing a list of products. Those products that satisfied a criteria (say advertiser supported) might have a richer more detailed view. SO a single collection of objects with two variants of card used to display each object.
UI know thta I can get the intended results by dropping down to ERB, but I'd prefer to understand the "Right Dryml Way" to achieve these.
Peter