{{ $style := resources.Get "styles/main.sass" }} {{ with $style }} {{ $styleCSS := . | toCSS }} {{ end }}

Ceiba App

{{ $js := resources.Get "js/sw.js" }} {{ with $js }} {{ $secureJS := . | js.Build }} {{ end }} {{ $js := resources.Get "js/main.js" }} {{ with $js }} {{ $secureJS := . | js.Build }} {{ end }}