8 lines
91 B
PHP
Raw Normal View History

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