%= favicon_link_tag %> <%= include_stylesheets :external %> <%= include_javascripts -%>
<%= flashes %>
<%= link_to("Gitorious", root_path) %>
<%= link_to("Home", root_path) %>
<%= link_to t("views.layout.about"), about_path %>
<%= link_to "Contact", contact_path %>
<% if Gitorious.public? %>
<%= link_to t("views.layout.register"), new_user_path %>
<% end %>
<%= link_to "Login", login_path %>
<%= flashes %> <%= yield %>