diff --git a/layouts/shortcodes/html.html b/layouts/shortcodes/html.html
new file mode 100644
index 0000000..f309863
--- /dev/null
+++ b/layouts/shortcodes/html.html
@@ -0,0 +1,13 @@
+{{ $source := index .Params 0 }}
+
+{{ with .Page.Resources.GetMatch $source | readFile }}
+{{ .|safeHTML }}
+{{ end }}
+
\ No newline at end of file