How to use slim templates with backbone?
backbone.js, ruby-on-rails, slim-lang
Solution
Fat-free client-side templates with Slim and CoffeeScript: https://github.com/jfirebaugh/skim
Problem
How to use slim templates with backbone? I use in my ruby-on-rails application backbone-on-rails gem that uses eco templates. But in my project I user slim templates engine and of course I want to use just one template type. But how I can switch to slim in backbone? Gem backbone-rails from codebrew offers erb and haml, so I think I can use slim too. But how?