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 %}