{{/* For things pushed down with the footer (e.g. pagination) */}}
{{ block "below" . }}
{{ end }}
{{ partial "footer.html" . }}
{{/* For the mobile nav footer */}}
{{ block "subfooter" . }}
{{ end }}
{{/* JS that needs to load last */}}
{{ partial "javascript/below.html" . }}
{{/* JS that's solely for the front page React.js shenanigans */}}
{{ if .IsHome }}
{{ partial "javascript/home.html" . }}
{{ end }}
{{/* React component used for global search */}}
{{ partial "javascript/search.html" . }}