A website template with lots of features, built with ruby on rails.

index.html.erb 320B

    <% title (t "contact.contact") + " - " + @config.website_name %> <div class="page-header"> <h1><%= t 'contact.contact'%></h1> </div> <div class="row"> <div class="well span4"> <p><%= t 'contact.greeting1' %> <%= mail_to(@config.contact_email) %> <%= t 'contact.greeting2' %></p> <%= render 'form' %> </div> </div>