Zing. compile-to-PHP template engine GitHub ↗

Comments

Zing comments use Blade-style delimiters:

{{-- this comment is stripped entirely --}}

Comments are removed before the other compiler passes run. Echoes and directives inside a comment therefore do not get compiled.

{{-- {{ $value }} --}}

The entire block above is removed from the compiled output.