{{/* Included by the theme in the
tag */}} {{ define "css" }} {{/* Get CSS as resource and minify */}} {{- $css := resources.Get "style.css" | resources.Minify }} {{/* if a quiz.json exists in the page resources, load SurveyJS */}} {{ with .Resources.GetMatch "quiz.json" }} {{- $quizjs := resources.Get "quiz.js" -}} {{ end }} {{ end }}