module Roda::RodaPlugins::Render::ClassMethods
def inline_template_block(content)
A proc that returns content, used for inline templates, so that the template
def inline_template_block(content) Proc.new{content} end
def inline_template_block(content) Proc.new{content} end