diff --git a/layouts/shortcodes/details.html b/layouts/shortcodes/details.html
new file mode 100644
index 0000000..dbfda98
--- /dev/null
+++ b/layouts/shortcodes/details.html
@@ -0,0 +1,4 @@
+
+ {{ (.Get 0) | markdownify }}
+ {{ .Inner | markdownify }}
+
\ No newline at end of file