mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-25 18:28:44 +02:00
refactor: renamed instructions to context
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<div class="flex grow mt-2 sm:mt-4">
|
||||
<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" %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user