internal static IHtmlString Wrap(this IHtmlString template, object attributes, string tag = "div") => template.Wrap(attributes.ToHtmlAttributes(), tag);