There is a piece of pug code
p.text-center Все права защищены © '<?= date('Y');?>' But compiled php code commented out, framed quotes, the result is the same, what could be the problem?
<p class="text-center">Все права защищены © "<!--?= date('Y');?-->"</p>