{{{body}}} empty for custom post

Hello everyone,

I have a problem with creating a custom post template. I got the template right as far as getting it set up in ghost. Now my problem is that the main div with the content from the editor appears to be empty. This is only true for my custom post page - even when I copy the default hbs file and change nothing.

What can I do to fix this?

I think you want {{content}} rather than body? Ghost doesn’t have any property named body

I’m using a custom theme and {{{body}}} works for normal posts. {{ content }} renders undefined.

Maybe the author of the theme changed some handlings of these templates?