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