contest-site/source/_layouts/master.blade.php

16 lines
189 B
PHP

<!doctype html>
<html>
@include('_partial.head')
<body>
@include('_partial.nav')
<main>
@yield('contents')
</main>
@include('_partial.footer')
</body>
</html>