{% extends "layout.html" %} {% block body %}

Contact Me

Have questions? I have answers.
{% with messages = get_flashed_messages(with_categories=true)%} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Want to get in touch? Fill out the form below to send me a message and I will get back to you as soon as possible!



{% endblock %}