Function is_template_node

Type check guard to see if provided AST node is part of node used for templating TemplateNode.

Those are:

  • root - what you obtain from the results of from using parse
  • text that is included between HTML tags - AST.Text
  • HTML comment - AST.Comment