{% extends 'base.html.twig' %} {% block title %}Accueil - Ma collection de créatures{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% if app.user %}
Connecté en tant que {{ app.user.username }}
{% endif %}

🧬 Ma collection de créatures 🐾

🌱 Vos créatures

{% for emoji in emojis %}
Level {{ emoji.fightsWon }}
{{ emoji.code }}
{{ emoji.name }}
ℹ️
{% endfor %}
Sélectionnez 2 créatures de votre choix pour commencer ...
{% endblock %} {% block javascripts %} {% endblock %}