ecp.org/app/views/contacts/index.html.erb
2023-03-09 18:30:35 -08:00

11 lines
347 B
Text

<%= render partial: "layouts/header", locals: {heading: "Contact Us"} %>
<!-- Contact section-->
<div class="py-5 row bg-gray">
<section class="col-md-4 mx-auto color-dark-blue">
<!-- Message confirmation-->
<%= render partial: 'layouts/message_confirmation' %>
<%= render partial: "contacts/contact_form" %>
</section>
</div>