nurugger07 / calliope

An elixir haml parser
Apache License 2.0
198 stars 37 forks source link

Render a partial with arguments #19

Open nurugger07 opened 10 years ago

nurugger07 commented 10 years ago

Calling render and passing a partial file name should compile. Render partial should also accept arguments. This should be in the similar to the current render but need to test. Given the following haml:

%p
  = render "templates/shared/partial", [ arg: "New Partial" ] 
ben-pr-p commented 7 years ago

Any timeline on this @nurugger07 ? This is sort of a must have for replacing eex with haml in a larger project

ben-pr-p commented 7 years ago

Looks like this works now, actually – wanna close it and remove it from the Coming Soon on the README?