The title is inside the content

Hello. I have modular page:

When i try copy this content in another page

// alias _template
{% set inc = page.find(page.header.alias) %}
{% include inc.template ~ '.html.twig' with {'page': inc) } %}

I see that the title is inside the content

How can I fix this?