{{- if not .HideHeader}}
{{- if ne "" .TitleURL }}

{{ .Title }}

{{- else }}

{{ .Title }}

{{- end }} {{- if .IsWIP }}

WORK IN PROGRESS

This widget is still in development, certain features may not work as expected or may change drastically.

Report issue
{{- end }} {{- if and .Error .ContentAvailable }}
{{- else if .Notice }}
{{- end }}
{{- end }}
{{- if .ContentAvailable }} {{ block "widget-content" . }}{{ end }} {{- else }}
ERROR

{{ if .Error }}{{ .Error }}{{ else }}No error information provided{{ end }}

{{- end}}