mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-23 17:28:34 +02:00
refactor: better separation of dependencies to crates
node stuff to html crate only
This commit is contained in:
14
html-router/templates/index/signed_in/base.html
Normal file
14
html-router/templates/index/signed_in/base.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="flex justify-center grow mt-2 sm:mt-4 gap-6">
|
||||
<div class="container">
|
||||
{% include 'index/signed_in/searchbar.html' %}
|
||||
|
||||
{% include "index/signed_in/quick_actions.html" %}
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 shadow my-10">
|
||||
{% include "index/signed_in/active_jobs.html" %}
|
||||
|
||||
{% include "index/signed_in/recent_content.html" %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user