diff --git a/source/_patterns/00-atoms/figure/figure-without-figcaption.mustache b/source/_patterns/00-atoms/figure/figure-without-figcaption.mustache
new file mode 100644
index 0000000000000000000000000000000000000000..6d682c21d1df812d959f3ad3eaa7c6a4461fc1ad
--- /dev/null
+++ b/source/_patterns/00-atoms/figure/figure-without-figcaption.mustache
@@ -0,0 +1,3 @@
+<figure class="figure">
+  <img src="{{ img.landscape-16x9.src }}" alt="{{ img.landscape-16x9.alt }}" />
+</figure>