{% block stylesheets %} {% endblock %} {% block title %}Base template{% endblock %} | R2A-DS - Digital Signage Solution {% block body %} {% block global_var %}

Username: {{ app.user.username ?? 'Anonymous user' }}

app.user
{{ app.user }}

app.request
{{ app.request }}

app.sessionr
{{app.session }}

app.flashes
{{ app.flashes }}

app.environment
{{ app.environment }}

app.debug
{{ app.debug }}

app.token
{{ app.token }}

{% endblock %} {% block sidebar %} {% endblock %} {% block content %}

Este es el contenido de base.html

Symfony recommends the following three-level template inheritance for medium and complex applications:

{% endblock %} {% block scripts %} {% endblock %} {% endblock %}