I see, do you know by any chance which method the <!-- wp:acf/left_text --> calls? I can try to debug it myself if I know what it calls.
P.S. If I use a php template instead e.g. single.php at the root directory of the template <?php the_field('left_text'); ?> produces the desired output, which confirms that the field name is correct.
It is just that I want to show it in the HTML template.
Thank you very much for you help )
Hi John,
sorry maybe I failed to explain correctly.
I have a block theme, and in the templates/single.html file I have added the <!-- wp:acf/left_text --> tag.
Other tags e.g. <!-- wp:post-title /--> work correctly there and produce output.