<% title (t "contact.contact") + " - " + @config.website_name %> <%= content_tag(:div, class: 'container top-container') do %> <%= content_tag(:div, class: 'row') do %> <%= content_tag(:div, class: 'span12') do %> <%= bootstrap_flash %> <% # Page Content %>

<%= t 'contact.greeting1' %> <%= mail_to(@config.contact_email) %> <%= t 'contact.greeting2' %>

<%= render 'form' %>
<% # End of Page Content %> <% end %> <% end %> <% end %>