Files
minne/html-router/templates/dashboard/recent_content.html
2025-09-29 20:28:06 +02:00

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