mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-25 01:24:50 +01:00
7 lines
220 B
HTML
7 lines
220 B
HTML
{% block latest_content_section %}
|
|
<div id="latest_content_section" class="list">
|
|
<h2 class="text-2xl mb-2 font-extrabold">Recent content</h2>
|
|
{% include "dashboard/recent_content_list.html" %}
|
|
</div>
|
|
{% endblock %}
|