Skip to content

Instantly share code, notes, and snippets.

@dtan4
Created December 1, 2013 14:44
Show Gist options
  • Select an option

  • Save dtan4/7734816 to your computer and use it in GitHub Desktop.

Select an option

Save dtan4/7734816 to your computer and use it in GitHub Desktop.
require "slim"
Slim::Template.new { "h1 hoge" }.render #=> <h1>hoge</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment