index.html 210 B

12345
  1. {% extends "layout.html" %}
  2. {% block body %}
  3. {% if error %}<p class=error><strong>Error:</strong> {{ error }}{% endif %}
  4. <p>Bienvenue sur cavote, l'outil de vote de la Fédération FDN !</p>
  5. {% endblock %}