Class: Locomotive::Steam::Liquid::Tags::Extends

Inherits:
Liquid::Extends
  • Object
show all
Defined in:
lib/locomotive/steam/liquid/tags/extends.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



7
8
9
10
11
12
# File 'lib/locomotive/steam/liquid/tags/extends.rb', line 7

def render(context)
  context.stack do
    context['layout_name'] = @layout_name
    super
  end
end