Method: Plate::View#post

Defined in:
lib/plate/view.rb

#postPost, Page

Reference to the current post, if this view is rendered with a blog post.

Returns:



50
51
52
# File 'lib/plate/view.rb', line 50

def post
  self.page
end