summaryrefslogtreecommitdiffstats
path: root/layouts/pages/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/pages/single.html')
-rw-r--r--layouts/pages/single.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/pages/single.html b/layouts/pages/single.html
new file mode 100644
index 0000000..8e67367
--- /dev/null
+++ b/layouts/pages/single.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+<article class="page">
+ <h1 class="page-title">{{ .Title }}</h1>
+ {{ .Content }}
+</article>
+{{ end }}