You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.8KB

  1. {% extends 'frontend/base.html.twig' %}
  2. {% import 'frontend/macro.html.twig' as macro %}
  3. {% block title %}Aux Actes Citoyens - Imaginer et construire ensemble le futur du Nord Franche-Comté{% endblock %}
  4. {% block meta %}
  5. <meta name="title" content="Aux Actes Citoyens - Imaginer et construire ensemble le futur du Nord Franche-Comté" />
  6. <meta name="description" content="La plateforme numérique « Aux actes Citoyens » arrive bientôt. En attendant, rejoignez-nous !" />
  7. {% endblock %}
  8. {% block body %}
  9. <div class="alert alert-primary" role="alert">
  10. This is a primary alert—check it out!
  11. </div>
  12. <h1>TEST rzepoigujeàrojgeoirgjêorjg</h1>
  13. <!-- Button trigger modal -->
  14. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
  15. Launch demo modal
  16. </button>
  17. <!-- Modal -->
  18. <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  19. <div class="modal-dialog" role="document">
  20. <div class="modal-content">
  21. <div class="modal-header">
  22. <h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
  23. <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  24. <span aria-hidden="true">&times;</span>
  25. </button>
  26. </div>
  27. <div class="modal-body">
  28. ...
  29. </div>
  30. <div class="modal-footer">
  31. <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
  32. <button type="button" class="btn btn-primary">Save changes</button>
  33. </div>
  34. </div>
  35. </div>
  36. {% endblock %}