2011-12-30 04:04:39 +01:00
|
|
|
require "slim"
|
|
|
|
|
2011-12-30 00:09:51 +01:00
|
|
|
with_layout :content_for do
|
2012-05-25 01:31:21 +02:00
|
|
|
page "/content_for_erb.html"
|
2011-12-30 04:04:39 +01:00
|
|
|
page "/content_for_haml.html"
|
|
|
|
page "/content_for_slim.html"
|
2011-12-30 00:09:51 +01:00
|
|
|
end
|