{% extends 'base.html.twig' %} {% block title %}{{ 'home.title'|trans }}{% endblock %} {% block body %}

{{ 'home.welcome'|trans }}

{{ 'site.name'|trans }}

{{ 'home.intro'|trans }}

{{ 'home.feature1.title'|trans }}

{{ 'home.feature1.description'|trans }}

{{ 'home.feature2.title'|trans }}

{{ 'home.feature2.description'|trans }}

{{ 'home.feature3.title'|trans }}

{{ 'home.feature3.description'|trans }}

{% endblock %}