0
I entered a variable in the designated session $_SESSION['ano']
. I would like to print your value on a page using Twig.
I’ve tried to:
{% for ano in app.session %}
{{ ano }}
{% endfor %}
But it doesn’t work. How can I do it? The framework I’m working on is Slim.