{{ $t }}
{{- partial "post-meta" . }} {{ with .Param "lastmod" }} {{ $ageDays = div (sub now.Unix .Unix) 86400 }} {{ end }} {{ if gt $ageDays 365 }}Technology keeps moving but this post has not.
{{ T "old_content" }}
{{ .TableOfContents }}
{{- .Content }}
{{- $showRelatedInArticle := true }}
{{- if eq $s.showRelatedInArticle false }}
{{- $showRelatedInArticle = false }}
{{- else if eq $p.showRelatedInArticle false }}
{{- $showRelatedInArticle = false }}
{{- end }}
{{- if ne $showRelatedInArticle false }}
{{- partial "related" . }}
{{- end }}
{{- $showComments := true }}
{{- if eq $s.comments false }}
{{- $showComments = false }}
{{- else if eq $p.comments false }}
{{- $showComments = false }}
{{- end }}
{{- if ne $showComments false }}
{{- partial "comments" . }}
{{- end }}
{{- partial "i18nlist" . }}