Condensed classifiers in one place
This commit is contained in:
parent
cf7fc2ec87
commit
e336292db4
8 changed files with 256 additions and 34 deletions
|
|
@ -25,9 +25,10 @@
|
|||
<body>
|
||||
<div class="flex h-full">
|
||||
<aside class="sidebar bg-stone-300 p-4 flex flex-col">
|
||||
<a class="hover:bg-stone-400" href="/">Start</a>
|
||||
<a class="hover:bg-stone-400" href="/rules">Rules</a>
|
||||
<a class="hover:bg-stone-400" href="/">Summary</a>
|
||||
<a class="hover:bg-stone-400" href="/accounts">Accounts</a>
|
||||
<a class="hover:bg-stone-400" href="/categories">Categories</a>
|
||||
<a class="hover:bg-stone-400" href="/classifiers">Classifiers</a>
|
||||
</aside>
|
||||
<div class="p-4 grow h-full overflow-auto">
|
||||
{% block body %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue