11 lines
422 B
HTML

<section class="section section is-medium" id="section5">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2 is-spaced">Contact Us</h2>
<h3 class="subtitle is-5 is-muted">Complete the form below, and we will get in contact with you shortly!</h3>
<div class="divider is-centered"></div>
</div>
{{ partial "contact_form.html" . }}
</div>
</section>