Beginner Question:
render vs partial
Does {{render 'test' this}} === {{partial 'test'}}
Beginner Question:
render vs partial
Does {{render 'test' this}} === {{partial 'test'}}
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}}