{{ define "main" }} {{/* Lade JS nur wenn wir es brauchen */}}
{{ .Content }}
{{ if eq .Section "bestellung" }} {{ $formularjs := resources.Get "js/bestellformular.js" | minify }} {{ $captchaSystemJS := resources.Get "vendor/captcha-system/js/main.js" | minify }} {{ $captchaSystemCSS := resources.Get "vendor/captcha-system/css/main.css" | minify }} {{ end }} {{ end }}