{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.info') }} {% endblock %} {% block content %}

{{ $t('Variable Dump') }}

{{ $t('Debug variable output') }}

{{ dump(variable) }}
{% raw %} {{ dump(variable) }} {% endraw %}
{% endblock %}