Markaby

An example layout

html do
  head do
    title action_name
    stylesheet_link_tag 'scaffold'
  end
end
body do
  p flash[:notice], :style => "color: green" 
  self << content_for_layout
end

Tags

You need to Login to tag this item.