Emblem syntax convert from hbs

I was tryng convert my hbs code to emblem

<form>
 {{input type="text" value=model.author}}
    <button{{action 'save'}}> save</button>
   </form> 
form
  input type="text" value=model.author
  button{action "save"} type="submit"

but with emblem my code dosnt pass value correctly.

Emblem is not well used or maintained, it’s not a very good idea to use it at the moment unfortunately, as the syntax is pretty great.