diff --git a/templates/user/admin/view-page.tmpl b/templates/user/admin/view-page.tmpl index 2ed0658..6d98b9d 100644 --- a/templates/user/admin/view-page.tmpl +++ b/templates/user/admin/view-page.tmpl @@ -1,75 +1,75 @@ {{define "view-page"}} {{template "header" .}}
{{template "admin-header" .}}

{{if eq .Content.ID "landing"}}Home page{{else}}{{.Content.ID}} page{{end}}

{{if eq .Content.ID "about"}}

Describe what your instance is about.

{{else if eq .Content.ID "privacy"}}

Outline your privacy policy.

{{else if eq .Content.ID "landing"}} -

Customize your home page.

+

Customize your home page.

{{end}} {{if .Message}}

{{.Message}}

{{end}}
{{if eq .Content.Type "section"}}

We suggest a header (e.g. # Welcome), optionally followed by a small bit of text. Accepts Markdown and HTML.

{{else}} {{end}}

Accepts Markdown and HTML.

{{template "footer" .}} {{end}}