diff --git a/templates/post.tmpl b/templates/post.tmpl
index ca1c1f9..a587ed7 100644
--- a/templates/post.tmpl
+++ b/templates/post.tmpl
@@ -1,102 +1,100 @@
{{define "post"}}
{{if .Title}}{{.Title}}{{else}}{{.GenTitle}}{{end}} {{localhtml "title dash" .Language}} {{.SiteName}}
{{if .IsCode}}
{{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}}