Closed jacobw closed 10 months ago
The closing tag of a Jinja comment doesn't appear to be parsed correctly.
{# ... #}
It looks the second # gets interpreted as a comment, so the trailing } gets ignored, which breaks the encompassing hierarchy.
Hi,
Yes, the plugin should parse just like Junos does. I don't believe we can support both Junos and Jinja syntax as they conflict with each other theoretically.
yeah makes sense. Thanks for the response.
The closing tag of a Jinja comment doesn't appear to be parsed correctly.
{# ... #}
It looks the second # gets interpreted as a comment, so the trailing } gets ignored, which breaks the encompassing hierarchy.