Method: Jekyll::Layout#content

Defined in:
lib/jekyll/layout.rb

#contentObject

Gets/Sets the content of this layout.



21
22
23
# File 'lib/jekyll/layout.rb', line 21

def content
  @content
end