index.html 265 B

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