{{- define "main" -}} {{/* Check that user fully installed Academic. */}} {{ if not (isset site.Params "theme") }} {{ errorf "Please complete the installation of Academic by following the steps at https://sourcethemes.com/academic/docs/install/" }} {{ end }} {{/* Generate homepage. */}} {{ partial "widget_page.html" . }} {{- end -}}