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.

11 lines
273B

  1. {% extends 'frontend/carto.html.twig' %}
  2. {% block carto %}
  3. <div id="carto-int">
  4. <h1 class="title-interactive">La cartographie interactive Nord Franche-Comté</h1>
  5. <div class="carto-bulles">
  6. Bubulle!
  7. </div>
  8. </div>
  9. {% endblock %}