mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-28 12:21:56 +01: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> |