<%= process.env.SITE_NAME %>
<% menuItems.forEach(item => { %>
><%= item.title %>
<% }) %>
Contacting <%= process.env.OWNER_NAME %>
Have a question or need help with a project? Fill out the form below, and I'll be in touch!
<% if (typeof msg !== 'undefined') { %>
<%= msg %>
<% } %>
Your Name
*
Email Address
*
Subject
*
Your Message
*
Send Message