2017-12-03 16:03:57 +11:00

8 lines
91 B
PHP

<!DOCTYPE html>
<html>
@include('layouts.partials.htmlheader')
@yield('content')
</html>