Loading
Blog post page variables
Variable Description
contentContent of the blog post in the "before the flip" area e.g. {{ post.blog_post.content }}
is_extended?Checks if the blog post has content in the "after the flip" area e.g.
content_flip
content_fullContent of the entire blog post e.g. {{ post.blog_post.content_full }}
admin_edit_urlURL to blog post admin area e.g.
Do you like this page?

Showing 3 reactions


Ben Kempas commented 2013-04-11 04:53:35 -0700 · Flag
Ben Kempas commented 2013-04-11 04:46:37 -0700 · Flag
Would be great to have variables for the URL for the previous post and the next post. Pretty much standard on a blog. Possible?