fedi-feed-router/resources/views/layouts/app.blade.php
2025-06-29 18:33:18 +02:00

10 lines
132 B
PHP

<html>
<head>
<title>Lemmy Poster</title>
</head>
<body>
@include('partials.navbar')
@yield('content')
</body>
</html>