We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2ecd2 commit efa00feCopy full SHA for efa00fe
layouts/wiki/single.html
@@ -0,0 +1,9 @@
1
+{{ define "main" }}
2
+<main>
3
+ <h1><strong>{{ .Title }}</strong></h1>
4
+ <div>
5
+ {{ .Content }}
6
+ </div>
7
+ <p><a href="/wiki/">← Back to Wiki</a></p>
8
+</main>
9
+{{ end }}
0 commit comments