Forge
csharp3407750f
1namespace AgentForge.Plugin.View.Components;
2
3public static class ForgeViewSubtitle
4{
5 public static string Render(string text) => ForgeHtml.P("meta", ForgeHtml.Text(text));
6}
7
View only · write via MCP/CIDE