Ekaropolus 0fd26e483f
All checks were successful
continuous-integration/drone/push Build is passing
Genesis commit for the new page
2025-04-22 13:14:25 -06:00

14 lines
212 B
PHP

<!DOCTYPE html>
<html lang="ru">
<head>
@include('partials.home.head')
</head>
<body>
@include('partials.home.header')
@yield('content')
@include('partials.home.footer')
</body>
</html>