{{ .Title }}

{{ if not (eq .Type "pages") }} {{ end }}
{{ if ge (len .TableOfContents) 100 }}

Table of contents

{{ .TableOfContents }}
{{ end }}
{{.Content}}
{{ if not (eq .Type "pages") }}
{{ end }} {{ if in .Type "posts" }}
{{ partial "comments.html" . }}
{{ end }} {{ if in .Type "posts" }}
{{ end }} {{ if not (eq .Type "pages") }} {{ partial "read-more.html" . }} {{ end }} {{ if in .Type "posts" }}
{{ end }} {{ if in .Type "posts" }} {{ partial "openring.html" . }} {{ end }}