class Bridgetown::Tags::WithTag

Public Instance Methods

render(context) click to toggle source
Calls superclass method
# File lib/bridgetown-core/tags/with.rb, line 6
def render(context)
  region_name = @markup.strip
  context["content_with_region_#{region_name}"] = super
  ""
end