namespace MfGames.Nitride.Html; /// /// A marker component that indicates that the entity is an HTML file. /// public record IsHtml { public static IsHtml Instance { get; } = new(); }