16 17 18
# File 'lib/stic/layoutable.rb', line 16 def layout @layout ||= layout_name.blank? ? nil : site.layout(layout_name) end