Most of Zelten uses Twig templates. They are used to render entire pages (stream.html) and ajax requests (_message.html).
For Zelten Bookmarks, the bookmarks page is rendered using Twig but each individual bookmark is rendered using a Backbone template. Is there a reason that individual bookmarks don't have their own _bookmark.html Twig template? Was it just easier?
Most of Zelten uses Twig templates. They are used to render entire pages (stream.html) and ajax requests (_message.html).
For Zelten Bookmarks, the bookmarks page is rendered using Twig but each individual bookmark is rendered using a Backbone template. Is there a reason that individual bookmarks don't have their own _bookmark.html Twig template? Was it just easier?