diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e69de29..3e48693 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html | |||
@@ -0,0 +1,4 @@ | |||
1 | {{ define "main" }} | ||
2 | <h1>{{ .Title }}</h1> | ||
3 | {{- .Content -}} | ||
4 | {{ end }} \ No newline at end of file | ||