require 'inline_template_loader' templates = InlineTemplateLoader.load puts templates[:foo] puts templates[:bar] __END__ @@ foo

Here is the template named foo

@@ bar

Here is the template named bar