diff --git a/templates/index.html.twig b/templates/index.html.twig index c7a83e4..aec585b 100644 --- a/templates/index.html.twig +++ b/templates/index.html.twig @@ -1,20 +1,20 @@ {% extends 'base.html.twig' %} -{% block title %}Hello IndexController!{% endblock %} +{% block title %}Welcome to Frutti!{% endblock %} {% block body %}
-

Hello {{ controller_name }}! ✅

- - This friendly message is coming from: - +

Welcome to Frutti!

+

Frutti is an application to create your own fruit record collection.

+

But what is a fruit record collection? 🤔

+

A fruit collection is composed of albums which have a link with fruits.

+

Frutti uses Discogs to let you find albums of fruits.

+

Start your fruit collection today!

+

Create an account or to connect to an existing one.

{% endblock %}