An example of a call to get _... on the main page, no loops.
<div class="prices"> <?php get_template_part('content','table'); ?> <div class="row"> ..
He pulled out a couple of pieces from the main page to use them on others with get_template_part('content', 'bla-bla');
On the main page, these pieces are displayed correctly, on the following pages these inserts are displayed half-empty, for example, the table on the main one works fine, and when reused, the table is there, but there is no text inside. The table, like the other pieces filled with Advanced Custom Fields . Where did I make a mistake?