module Roda::RodaPlugins::Render::ClassMethods

def inline_template_block(content)

doesn't hold a reference to the instance of the class
A proc that returns content, used for inline templates, so that the template
def inline_template_block(content)
  Proc.new{content}
end