Zing. compile-to-PHP template engine GitHub ↗

Verbatim

Use @verbatim when embedding another templating syntax that uses syntax Zing would normally process.

@verbatim
    <script type="text/x-template">
        <div>{{ vueVariable }}</div>
    </script>
@endverbatim

Content between @verbatim and @endverbatim is extracted before the comment, echo, and directive passes and restored unchanged afterward.

This is useful for Vue, Alpine expressions, JavaScript template literals, and other embedded syntaxes that use {{ }}.