mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-19 16:21:30 +01:00
6 lines
210 B
HTML
6 lines
210 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 "content/content_list.html" %}
|
|
</div>
|
|
{% endblock %} |