diff --git a/layouts/shortcodes/spoiler.html b/layouts/shortcodes/spoiler.html
new file mode 100644
index 0000000..c09ace9
--- /dev/null
+++ b/layouts/shortcodes/spoiler.html
@@ -0,0 +1,6 @@
+
+
+ {{.Get "text"}}
+
+ {{.Inner}}
+
\ No newline at end of file