palate 0.3.7

File type detection combining tft and hyperpolyglot
Documentation
<!DOCTYPE html>
<html>
<head>
    <title>@yield('title', 'We love GitHub')</title>
    @stack('scripts')
    @stack('styles')
</head>
<body>
    @include('partials.nav')

    @yield('content')

    <ul>
        @foreach($foo as $bar)
        <li>{{ $bar }}</li>
        @endforeach
    </ul>

    {!! $raw_content !!}
</body>
</html>