How do I render multiple partials based off of JSON data?

I have a database with user data, If I wanted to render a partial for each document in my mongodb collection how would I do that?

I can render one partial by just adding it to my view but how do I make it render multiple ones automatically without me retyping this>> {{>post}} for each new document added ?

is something like this an example of what AJAX is for?