diff --git a/templates/Message.tsx b/templates/Message.tsx
index 6accd8d..fe09d14 100644
--- a/templates/Message.tsx
+++ b/templates/Message.tsx
@@ -1,4 +1,5 @@
import { Body, Html, Markdown, Preview, Section, Text } from 'jsx-email'
+import { Signature } from './_Signature.tsx'
import type { Template } from '../types.ts'
function Message(
@@ -12,6 +13,7 @@ function Message(
+