{% extends 'base.html.twig' %} {% block title %}{{ 'game.title'|trans({'%site%': ('site.name'|trans)}) }}{% endblock %} {# Include Game1-specific CSS in addition to the base app assets #} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('game1') }} {% endblock %} {% block body %}
{{ 'game.description'|trans }}
{% endblock %} {# Include Game1-specific JS in addition to the base app assets #} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('game1') }} {% endblock %}