+
+ {preInfo}
+
{title}
+ {info}
+
+ {leftCornerTag}
+ {rightCornerTag}
+
+
+
+}
diff --git a/src/render/html/component/rule.ts b/src/render/html/component/rule.ts
deleted file mode 100644
index 5f3a2be..0000000
--- a/src/render/html/component/rule.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import type { Rule } from "@proscenium/playbill";
-import { renderMarkdown } from "#lib";
-import { Section } from "./base/section";
-
-export async function RuleSection(rule: Rule): Promise