feat: media result page

This commit is contained in:
2025-04-21 11:30:18 -05:00
parent fb4b7dc71e
commit 77907601f8
24 changed files with 844 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
<body class="bg-neutral-700 flex flex-col">
<twig:Header />
<div class="flex flex-row w-full">
<div class="flex flex-row mx-w-lg">
<twig:NavBar />
{% block body %}{% endblock %}
</div>