diff --git a/src/components/blog/Headline.astro b/src/components/blog/Headline.astro
new file mode 100644
index 0000000..20d54f2
--- /dev/null
+++ b/src/components/blog/Headline.astro
@@ -0,0 +1,10 @@
+---
+const { title = await Astro.slots.render('default'), subtitle = await Astro.slots.render('subtitle') } = Astro.props;
+---
+
+
+ {title}
+
+ {subtitle && }
+