Plugins - Markaby
Add to favoritesAn example layout…
html do
head do
title action_name
stylesheet_link_tag 'scaffold'
end
body do
p flash[:notice], :style => "color: green"
self << content_for_layout
end
end
http://rubyforge.org/projects/markaby
http://code.whytheluckystiff.net/svn/markaby/trunk/
View Extensions
