grav-theme-libretic/templates/formdata.html.twig
Olivier Navas 17bb11854e - Several modifications of template files for Libretic's web site
- 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
2022-05-14 19:43:00 +02:00

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 %}