slim - Empty variable output using Twig -


i have slim/paris/twig application , have strange problem output.

this code:

the title: {{ share.title }}  

the output nothing.

but if use:

the title {{ share.title | lower }} 

the output is:

the title first title

{{ share.title | raw }} works too, don't want use because shows accented characteres weird characters.

any idea how solve ?

thanks


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -