Olivier Navas
17bb11854e
- Addition of prerequisites files for scss modifications - Update of Fontawesome font - Update of NovecentoSans font for latin characters - Integration of Pacifico font in the theme instead of dynamically downloading from some google web site - Removal of some unuseful font files
12 lines
273 B
Twig
12 lines
273 B
Twig
{% extends 'partials/base.html.twig' %}
|
|
|
|
{% block content %}
|
|
<div class="modular-row bottom ">
|
|
{{ content|raw }}
|
|
|
|
<h2>{{ form.message }}</h2>
|
|
<p>Voici le message que vous nous avez envoyé :</p>
|
|
|
|
{% include "forms/data.html.twig" %}
|
|
</div>
|
|
{% endblock %}
|