{{ define "main" }}

{{ .Title }}

{{ if in .File.Dir "blog" }} Posted on {{ end }}
{{ if .Params.toc }}
Table of Contents {{ .Page.TableOfContents }}
{{ end }} {{ .Content }} {{ partial "related" . }} {{ if in .File.Dir "blog" }} {{ partial "voting" . }} {{ partial "comments" . }} {{ end }} {{ if .Params.threejs }} {{ $imagesloaded := resources.Get "js/three.js" }} {{ if hugo.IsProduction }} {{ $imagesloaded = $imagesloaded | minify | fingerprint | resources.PostProcess }} {{ end }} {{ end }} {{ if .Params.math }} {{ $math := resources.Get "js/katex.js" }} {{ if hugo.IsProduction }} {{ $math = $math | minify | fingerprint | resources.PostProcess }} {{ end }} {{ $autorender := resources.Get "js/auto-render.js" }} {{ if hugo.IsProduction }} {{ $autorender = $autorender | minify | fingerprint | resources.PostProcess }} {{ end }} {{ $style := resources.Get "css/katex.css" }} {{ if hugo.IsProduction }} {{ $style = $style | minify | fingerprint | resources.PostProcess }} {{ end }} {{ end }} {{ end }}