mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-10 19:26:53 +02:00
10 lines
256 B
HTML
10 lines
256 B
HTML
<div class="flex justify-center grow mt-2 sm:mt-4">
|
|
<div class="container">
|
|
{% include 'index/signed_in/searchbar.html' %}
|
|
|
|
{% include "index/signed_in/recent_content.html" %}
|
|
|
|
{% include "index/signed_in/active_jobs.html" %}
|
|
|
|
</div>
|
|
</div> |