{% extends 'base.html.twig' %} {% block title %}Welcome to Frutti!{% endblock %} {% block body %}
{% if app.user %}

Welcome to Frutti {{ app.user.userIdentifier }} !

{% else %}

Welcome to Frutti!

{% endif%}

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!

{% if app.user %} Check out your favorites or search for new disks. {% else %}

Create an account or to connect to an existing one.

{% endif%}
{% endblock %}