Tag liquid2.Tag Bases: ABC Base class for all built-in and custom template tags. parse abstractmethod parse(stream: TokenStream) -> Node Return a parse tree node by parsing tokens from the given stream.