diff options
Diffstat (limited to 'layouts/single.html')
| -rw-r--r-- | layouts/single.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/single.html b/layouts/single.html new file mode 100644 index 0000000..d1cfcbe --- /dev/null +++ b/layouts/single.html @@ -0,0 +1,11 @@ + +{{ define "main" }} + + {{ if .Title }} + <h1>{{ .Title }}</h1> + {{ end }} + <hr> + {{ .Content }} + +{{ end }} + |