I am building a website in ghost. Here for the post detail page, I would like to have a fixed template, where all the relevant images, youtube links and content has defined placeholders.
So I would like to get the handle of each card from the content helper in post page so that I can put each of card content in the relevant placeholder which is already there. in my template. Is this somehow possible?
Thanks for the reply. I checked out the documentation, couldn’t find what I am trying to achieve. What I need is, in the post.hbs file we are using {{content}} helper to get the content. But I have a specific template for this post content. So I need to get the handle for each card in the content, so that I can put them in the proper places in my fixed template.
. I cannot upload multiple feature images for the post. So I upload it in a gallery card in the content section. But I can only access {{content}} as whole. Is there a way from the ghost api, to get the images uploaded in the post content, different card contents etc… separately from post content.