vf-site/pages/reservation.html

14 lines
502 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 %}