mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-09 07:28:16 -07:00
11 lines
347 B
Text
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>
|