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

16 lines
189 B
PHP
Raw Normal View History

2017-06-30 07:37:16 +03:00
<!doctype html>
<html>
@include('_partial.head')
<body>
@include('_partial.nav')
<main>
@yield('contents')
</main>
@include('_partial.footer')
</body>
</html>