SchumacherFM / Magento2-Twig

Twig Template Engine for Magento2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getChildHtml() returns string

wouter-toppy opened this issue · comments

Hello Im using your plugin. but when i call {{ getChildHtml() }} in a twig file it returns the string of that other file, not output it directly as html content.

how can i solve that?

Sorry, I don't know.

i there.

ive doing some research, and it turns out its an twig thing. you should use {{ getChildHtml()|raw }}