jasoncox
1/1/2015 - 11:21 PM

file.slim

h1 This #{foo} is here.
require 'slim'

foo = "bar"
template_path = "templates/file.slim"

template = Slim::Template.new(template_path).render(Object.new, :foo => foo)