Stubble.Core by Alex McAuliffe

<PackageReference Include="Stubble.Core" Version="1.9.3" />

 MustacheToken

public abstract class MustacheToken
An abstract class representing any MustacheTag
public int Indent { get; set; }

Gets or sets the current indent for the tag

public bool IsClosed { get; set; }

Gets or sets a value indicating whether the tag has been closed

protected MustacheToken()