Parser Nodes Overview
The document parser returns a list of nodes as a result of parsing. There are many different types available, depending on the input template. The most basic node type is the LiteralNode , representing the template's non-Blade parts. If an input...