10 lines
265 B
HTML
10 lines
265 B
HTML
|
{{- define "main" -}}
|
||
|
|
||
|
{{ if not (isset site.Params "color_theme") }}
|
||
|
{{ errorf "Please complete the installation of academia by following the steps at https://sourcethemes.com/academic/docs/install/" }}
|
||
|
{{ end }}
|
||
|
|
||
|
{{ partial "widget_page.html" . }}
|
||
|
|
||
|
{{- end -}}
|