diff --git a/source/_patterns/04-components/teaser/teaser.twig b/source/_patterns/04-components/teaser/teaser.twig
new file mode 100644
index 0000000000000000000000000000000000000000..5180388671750edb46f2b48172d9689070b2fa4e
--- /dev/null
+++ b/source/_patterns/04-components/teaser/teaser.twig
@@ -0,0 +1,12 @@
+{% include '@components/card/card.twig' with {
+  'title': teaser.title,
+  'date': teaser.date,
+  'sources': teaser.image.sources,
+  'img_element': teaser.image.img_element,
+  'alt': teaser.image.alt,
+  'tags': teaser.tags,
+  'content': teaser.content,
+  'header_level': 2,
+  'show_hover': true,
+  'author': teaser.author,
+} %}
\ No newline at end of file