How can I convert html.slim to html.erb?

converters, erb, html, ruby-on-rails-4

Solution

try the slimrb utility...

slimrb --erb html.slim

Problem

I have many html.slim files that I would like to convert into html.erb files since I am not familiar with the slim syntax. Is there a converter for slim to erb? I found a converter for html to slim that has the functionality I am looking for but it does not do slim to erb. http://html2slim.herokuapp.com/

Original source