namespace MfGames.Nitride.Handlebars; /// /// A marker component that indicates that a given file with text component /// has a Handlebars template in it. /// public record HasHandlebarsTemplate { public static HasHandlebarsTemplate Instance { get; } = new(); }