tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

Twig comments don't work #6

Closed dave closed 8 years ago

dave commented 8 years ago

The syntax for twig comments doesn't seem to work:

{# foo #}

Gives an error: Unknown node Text( foo )