{% extends 'base.html.twig' %} {% block title %}MyCritic{% endblock %} {% block style %} {% endblock %} {% block body %}
{# Hero Section #}
🏆 Meilleure notation
{% if bestGame.note >= 95 %}
{% endif %} {{ bestGame.note }}
Voir la critique complète
{# Section Divider #}

🎮 Dernières Critiques

{# Games Section #}
({ 'id': game.id, 'name': game.name, 'note': game.note, 'date': game.date|date('d/m/Y'), 'logo': game.logo, 'background': game.background })) }) }}>
{% endblock %}