{% extends "saas/sass-layout.html.twig" %} {% block title %}GoGoCarto - Des cartes à GoGo{% endblock %} {% set pageName = 'home' %} {% block body %}

GoGoCarto, créez des cartes à GoGo !

{% if config.saas.donationUrl %} {% endif %}

{% if pinnedProjects|length > 0 %}

Projets mis en avant

{% for project in pinnedProjects %} {% include 'saas/projects/project.html.twig' with {'project' : project } %} {% endfor %}
{% endif %}

Tous les projets ({{ projects|length }})

{% for project in projects %} {% include 'saas/projects/project.html.twig' with {'project' : project } %} {% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}