Does every {{#get}} create a new DB call?

I’m trying to understand how #get works. Does ghost recognize every #get and create a DB call or it’s something else?

Yep. It actually uses the same API code as the content API. Here’s the current source:

https://github.com/TryGhost/Ghost/blob/master/core/frontend/helpers/get.js

1 Like

Thanks for this info.