Blog post page variables
| Variable | Description |
|---|---|
| content | Content 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 of the blog post in the "after the flip" area e.g. {{ post.blog_post.content_flip }} |
| content_full | Content of the entire blog post e.g. {{ post.blog_post.content_full }} |
| admin_edit_url | URL to blog post admin area e.g. |