2011-12-29 19:04:39 -08:00
|
|
|
require "slim"
|
|
|
|
|
2011-12-29 15:09:51 -08:00
|
|
|
with_layout :content_for do
|
2012-05-24 16:31:21 -07:00
|
|
|
page "/content_for_erb.html"
|
2011-12-29 19:04:39 -08:00
|
|
|
page "/content_for_haml.html"
|
|
|
|
page "/content_for_slim.html"
|
2011-12-29 15:09:51 -08:00
|
|
|
end
|