Surprised to find that extending a layout does not work - would be nice if it did.
I have several Backbone list item view templates that have common code. I tried extracting that into a common layout including a block content and then extending the base with each variant item view. Didn't work. Is there some existing secret trick that would allow me to do this, or is this a feature request.
Thanks for the amazingly useful code btw.
Surprised to find that extending a layout does not work - would be nice if it did.
I have several Backbone list item view templates that have common code. I tried extracting that into a common layout including a
block contentand then extending the base with each variant item view. Didn't work. Is there some existing secret trick that would allow me to do this, or is this a feature request.Thanks for the amazingly useful code btw.