Files
minne/html-router/templates/dashboard/recent_content.html
2025-05-15 14:40:00 +02:00

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 %}