grakovski 0 Light Poster

I see in phpbb template system it has <!-- PHP --> code <!-- ENDPHP --> tags in template and you can include php code inside them
<!-- PHP --> = start tag of php <?php
<!-- ENDPHP --> = ?>

I want to use something else in mustache php, like:
{{php}} {{/php}}

is there any chance to do that?