Hi,
I am wondering if i can in any way access content of a post minus the excerpt.
I am looking for a nice way of formating a post, so thought i could do something like this:
{{ Post.excerpt}}
<img src....>
{{ content | remove: post.excerpt}}
But its doesn’t seem to work. So is there a way to easily divide a post into header and the rest?