!!!
%html
%head
%title
= yield(:title) || "Untitled"
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
= stylesheet_link_tag "application", 'jquery-ui-1.8.2.custom'
= javascript_include_tag 'jquery', 'jquery-ui', 'rails', 'autocomplete-rails'
= csrf_meta_tag
= yield(:head)
%body
#container
- flash.each do |name, msg|
= content_tag :div, msg, :id => "flash_#{name}"
- if show_title?
%h1= yield(:title)
= yield