The source project of this merge request has been removed.
Fix empty verbatim tags
A template with an empty {% verbatim %} tag throws an exception while rendering (Attribute "data" does not exist for Node "TwingNode".). This merge request fixes that and adds test coverage for that scenario.