{{- $sharedSCSS := resources.Get "scss/styles.scss" -}}
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
{{- $sharedJS := resources.Get "js/index.js" -}}
{{- $sharedJS := $sharedJS | js.Build (dict "minify" "true") -}}
{{ if .Page.Store.Get "hasMermaid" }}
{{ end }}