Initialize Fonrey Django multi-tenant project skeleton
Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
This commit is contained in:
4
templates/components/topbar.html
Normal file
4
templates/components/topbar.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="mb-4 flex items-center justify-between" hx-get="/setting/" hx-trigger="revealed" hx-target="#topbar-extra" hx-swap="innerHTML">
|
||||
<h1 class="text-xl font-semibold">工作台</h1>
|
||||
<div id="topbar-extra"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user