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