h2o-php
h2o-php copied to clipboard
Feature Request: Don't process tag
I'm using h2o and love it. However I'm trying to use some other third party code that uses a javascript templating engine that uses the same syntax. It would be wonderful if I could tell h2o to not process a section of a file.
ie: {% skip %} //.. Some code that shouldn't be processed by h2o {% endskip %}
+1 for this feature . sometimes we need to add a custom javascript/jquery code , and the engine return error with the added lines.