summaryrefslogtreecommitdiff
path: root/layouts/_markup/render-codeblock.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_markup/render-codeblock.gmi')
-rw-r--r--layouts/_markup/render-codeblock.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_markup/render-codeblock.gmi b/layouts/_markup/render-codeblock.gmi
new file mode 100644
index 0000000..fccccac
--- /dev/null
+++ b/layouts/_markup/render-codeblock.gmi
@@ -0,0 +1,3 @@
+```{{ .Type }}
+{{ .Inner }}
+```