{{- define "main" -}} {{/* Check that user fully installed Hugo Blox Builder. */}} {{/* Commented out to allow user to have no params.yaml and just use the defaults. */}} {{/* if not (isset site.Params "seo") */}} {{/* errorf "Please complete the installation of Hugo Blox Builder by following the steps at https://docs.hugoblox.com/" */}} {{/* end */}} {{/* Deprecation warnings */}} {{/* Add here... */}} {{/* Generate homepage. */}} {{/* if eq .Type "landing" */}}{{/* Uncomment check once support other content types on homepage. */}} {{ partial "landing_page.html" . }} {{- end -}}