- 000
Describe the bug
When i try to use JS files it doesn't work. If i try to call a js file like in documentation it don't work, as well as any js files.
Steps To Reproduce
Steps to reproduce the behavior:
@section('js')
<script> console.log('Hi!'); </script>
@stop
Expected behavior
To e...