vf-site/pages/reservation.html
2025-09-06 14:49:53 -04:00

19 lines
501 B
HTML

{% extends "layouts/layout.html" %} {% block content %}
<!-- Header -->
<header class="ex-header bg-gray">
<div class="container">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h1 class="green">
Merci pour votre message. Nous vous recontactons dès que possible.
</h1>
</div>
<!-- end of col -->
</div>
<!-- end of row -->
</div>
<!-- end of container -->
</header>
<!-- end of ex-header -->
<!-- end of header -->
{% endblock %}