freakimkaefig/Music-XML-Analyzer

View on GitHub
app/views/layout/main.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        @include('layout.head')
    </head>
    <body>
        @include('layout.header')
        <div id="content" class="container-fluid">
            @yield('content')
        </div>

        @include('layout.scripts')
    </body>
</html>