The API for templating is not too clear, especially this kind of notation (in options): ```js dateTemplate: content => (date, info) => { ... } ``` Something more flat, and separating the item content from item container, would be clearer.