mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-31 14:43:20 +02:00
17 lines
457 B
HTML
17 lines
457 B
HTML
<div class="flex justify-center grow mt-2 sm:mt-4">
|
|
<div class="container">
|
|
{% include 'index/signed_in/searchbar.html' %}
|
|
|
|
<div>
|
|
<h2 class="font-extrabold">Recent content</h2>
|
|
{% include "content/content_list.html" %}
|
|
</div>
|
|
|
|
<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> |