diff --git a/templates/bare.tmpl b/templates/bare.tmpl
index 37fc574..a5f9910 100644
--- a/templates/bare.tmpl
+++ b/templates/bare.tmpl
@@ -1,266 +1,266 @@
{{define "pad"}}
{{if .Editing}}Editing {{if .Post.Title}}{{.Post.Title}}{{else}}{{.Post.Id}}{{end}}{{else}}New Post{{end}} — {{.SiteName}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{end}}
diff --git a/templates/chorus-collection-post.tmpl b/templates/chorus-collection-post.tmpl
index 4fe1990..468455c 100644
--- a/templates/chorus-collection-post.tmpl
+++ b/templates/chorus-collection-post.tmpl
@@ -1,155 +1,155 @@
{{define "post"}}
{{.PlainDisplayTitle}} {{localhtml "title dash" .Language.String}} {{.Collection.DisplayTitle}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{if gt .Views 1}}
{{end}}
{{if gt (len .Images) 0}}{{else}}{{end}}
{{range .Images}}{{else}}{{end}}
{{template "collection-meta" .}}
{{if .Collection.StyleSheet}}{{end}}
{{if .Collection.RenderMathJax}}
{{template "mathjax" . }}
{{end}}
{{template "highlighting" .}}
{{template "user-navigation" .}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .IsScheduled}}Scheduled
{{end}}{{if .Title.String}}{{end}}{{if and $.Collection.Format.ShowDates (not .IsPinned)}}{{end}}{{.HTMLContent}}
{{ if .Collection.ShowFooterBranding }}
{{ end }}
{{if .Collection.CanShowScript}}
{{range .Collection.ExternalScripts}}{{end}}
{{if .Collection.Script}}{{end}}
{{end}}
{{if and .Monetization (not .IsOwner)}}
{{end}}
{{end}}
diff --git a/templates/chorus-collection.tmpl b/templates/chorus-collection.tmpl
index 45fc9cb..2bc165d 100644
--- a/templates/chorus-collection.tmpl
+++ b/templates/chorus-collection.tmpl
@@ -1,236 +1,236 @@
{{define "collection"}}
{{.DisplayTitle}}{{if not .SingleUser}} — {{.SiteName}}{{end}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{if gt .CurrentPage 1}}{{end}}
{{if lt .CurrentPage .TotalPages}}{{end}}
{{if not .IsPrivate}}{{end}}
{{template "collection-meta" .}}
{{if .StyleSheet}}{{end}}
{{if .RenderMathJax}}
{{template "mathjax" .}}
{{end}}
{{template "highlighting" . }}
{{template "user-navigation" .}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .Description}}{{.Description}}
{{end}}
{{/*if not .Public/*}}
{{/*end*/}}
{{if .PinnedPosts}}
{{end}}
{{if .Posts}}{{else}}{{end}}
{{if .ShowFooterBranding }}
{{ end }}
{{if .CanShowScript}}
{{range .ExternalScripts}}{{end}}
{{if .Script}}{{end}}
{{end}}
{{end}}
diff --git a/templates/classic.tmpl b/templates/classic.tmpl
index 6ff2b55..7032f58 100644
--- a/templates/classic.tmpl
+++ b/templates/classic.tmpl
@@ -1,402 +1,402 @@
{{define "pad"}}
{{if .Editing}}Editing {{if .Post.Title}}{{.Post.Title}}{{else}}{{.Post.Id}}{{end}}{{else}}New Post{{end}} — {{.SiteName}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{end}}
diff --git a/templates/collection-post.tmpl b/templates/collection-post.tmpl
index 7eedb86..54d5298 100644
--- a/templates/collection-post.tmpl
+++ b/templates/collection-post.tmpl
@@ -1,145 +1,145 @@
{{define "post"}}
{{.PlainDisplayTitle}} {{localhtml "title dash" .Language.String}} {{.Collection.DisplayTitle}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{ if .IsFound }}
{{if gt .Views 1}}
{{end}}
{{if gt (len .Images) 0}}{{else}}{{end}}
{{range .Images}}{{else}}{{end}}
{{ end }}
{{template "collection-meta" .}}
{{if .Collection.StyleSheet}}{{end}}
{{if .Collection.RenderMathJax}}
{{template "mathjax" . }}
{{end}}
{{template "highlighting" .}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .IsScheduled}}Scheduled
{{end}}{{if .Title.String}}{{end}}{{if and $.Collection.Format.ShowDates (not .IsPinned) .IsFound}}{{end}}{{.HTMLContent}}
{{ if .Collection.ShowFooterBranding }}
{{ end }}
{{if .Collection.CanShowScript}}
{{range .Collection.ExternalScripts}}{{end}}
{{if .Collection.Script}}{{end}}
{{end}}
{{if and .Monetization (not .IsOwner)}}
{{end}}
{{end}}
diff --git a/templates/collection-tags.tmpl b/templates/collection-tags.tmpl
index eb87221..6a989a7 100644
--- a/templates/collection-tags.tmpl
+++ b/templates/collection-tags.tmpl
@@ -1,200 +1,200 @@
{{define "collection-tags"}}
{{.Tag}} — {{.Collection.DisplayTitle}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{if not .Collection.IsPrivate}}{{end}}
{{if gt .Views 1}}
{{end}}
{{template "collection-meta" .}}
{{if .Collection.StyleSheet}}{{end}}
{{if .Collection.RenderMathJax}}
{{template "mathjax" .}}
{{end}}
{{template "highlighting" . }}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .Posts}}{{else}}{{end}}
{{.Tag}}
{{template "posts" .}}
{{if .Posts}}{{else}}{{end}}
{{ if .Collection.ShowFooterBranding }}
{{ end }}
{{if .CanShowScript}}
{{range .ExternalScripts}}{{end}}
{{if .Collection.Script}}{{end}}
{{end}}
{{if .IsOwner}}
{{end}}
{{end}}
diff --git a/templates/collection.tmpl b/templates/collection.tmpl
index 96646ab..db0591d 100644
--- a/templates/collection.tmpl
+++ b/templates/collection.tmpl
@@ -1,252 +1,252 @@
{{define "collection"}}
{{.DisplayTitle}}{{if not .SingleUser}} — {{.SiteName}}{{end}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{if gt .CurrentPage 1}}{{end}}
{{if lt .CurrentPage .TotalPages}}{{end}}
{{if not .IsPrivate}}{{end}}
{{template "collection-meta" .}}
{{if .StyleSheet}}{{end}}
{{if .RenderMathJax}}
{{template "mathjax" .}}
{{end}}
{{template "highlighting" . }}
{{if or .IsOwner .SingleUser}}
{{else if .IsCollLoggedIn}}
{{end}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .Description}}{{.Description}}
{{end}}
{{/*if not .Public/*}}
{{/*end*/}}
{{if .PinnedPosts}}
{{end}}
{{if .Posts}}{{else}}{{end}}
{{if .ShowFooterBranding }}
{{ end }}
{{if .CanShowScript}}
{{range .ExternalScripts}}{{end}}
{{if .Script}}{{end}}
{{end}}
{{end}}
diff --git a/templates/edit-meta.tmpl b/templates/edit-meta.tmpl
index cef6717..cf57f47 100644
--- a/templates/edit-meta.tmpl
+++ b/templates/edit-meta.tmpl
@@ -1,375 +1,375 @@
{{define "edit-meta"}}
Edit metadata: {{if .Post.Title}}{{.Post.Title}}{{else}}{{.Post.Id}}{{end}} — {{.SiteName}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{end}}
diff --git a/templates/pad.tmpl b/templates/pad.tmpl
index f8ad33f..9ce261b 100644
--- a/templates/pad.tmpl
+++ b/templates/pad.tmpl
@@ -1,421 +1,421 @@
{{define "pad"}}
{{if .Editing}}Editing {{if .Post.Title}}{{.Post.Title}}{{else}}{{.Post.Id}}{{end}}{{else}}New Post{{end}} — {{.SiteName}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{end}}
diff --git a/templates/password-collection.tmpl b/templates/password-collection.tmpl
index 56bd0bb..fde4edc 100644
--- a/templates/password-collection.tmpl
+++ b/templates/password-collection.tmpl
@@ -1,88 +1,88 @@
{{define "password-collection"}}
{{.DisplayTitle}}{{if not .SingleUser}} — {{.SiteName}}{{end}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{if .StyleSheet}}{{end}}
{{if .SingleUser}}
{{end}}
{{if and .Script .CanShowScript}}{{end}}
{{end}}
diff --git a/templates/post.tmpl b/templates/post.tmpl
index f5e6239..9398425 100644
--- a/templates/post.tmpl
+++ b/templates/post.tmpl
@@ -1,102 +1,102 @@
{{define "post"}}
{{if .Title}}{{.Title}}{{else}}{{.GenTitle}}{{end}} {{localhtml "title dash" .Language}} {{.SiteName}}
{{if .IsCode}}
{{end}}
- {{if .CustomCSS}}{{end}}
+ {{if .CustomCSS}}{{end}}
{{if gt .Views 1}}
{{end}}
{{if gt (len .Images) 0}}{{else}}{{end}}
{{range .Images}}{{else}}{{end}}
{{if .Author}}{{end}}
{{template "highlighting" .}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .Title}}{{.Title}}
{{end}}{{ if .IsPlainText }}{{.Content}}
{{ else }}{{.HTMLContent}}
{{ end }}
{{if .IsCode}}
{{else}}
{{if .IsPlainText}}{{end}}
{{end}}
{{end}}