<% %> <%= @page_title || "Selectricity" %> <%= stylesheet_link_tag "main", :media => "all" %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
<% if @page_title %>

<%= @page_title %>

<% else %> <%= link_to('

Selectricity
Voting Machinery for the Masses

', :controller => 'site', :action => 'index')%>
<% end %>
<% if flash[:notice]%>
<%= flash[:notice] %>
<% end%>
<%= @content_for_layout %>