We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon Volt turns html code into string

I have html code from my db and I'm trying to print it as {{ blog.content }}. But it renders as string and shows all the html tags etc. How can I make it to render as html?

By default, volt outputs content as-is. See documentation