@@ -1,4 +1,9 @@
+{{- define "main" -}}
+
{{ if not (isset site.Params "color_theme") }}
{{ errorf "Please complete the installation of Academic by following the steps at https://sourcethemes.com/academic/docs/install/" }}
{{ end }}
{{ partial "widget_page.html" . }}
+{{- end -}}
@@ -1 +1,5 @@