Prepare working with authentication and Tailwind

This commit is contained in:
kbe
2025-08-16 21:28:49 +02:00
parent 9ec13c7d3d
commit 87af76f078
11 changed files with 5900 additions and 243 deletions

View File

@@ -23,6 +23,11 @@
</head>
<body>
<div id="header">
<%= render "components/header" %>
</div><!-- /#header -->
<%= yield %>
</body>
</html>