Render vs partial

Beginner Question:

render vs partial
Does {{render 'test' this}} === {{partial 'test'}}

Demo: http://jsbin.com/ipodem/1/edit

Definitely not.

For detailed information,

These are pretty outdated, but you can get a basic understanding in the difference between them.

One major change after these posts is, now you can use render with multiple models, e.g

{{render ‘post’ post}}