Files
minne/html-router/templates/index/signed_in/recent_content.html
2025-05-13 21:45:57 +02:00

6 lines
196 B
HTML

{% block latest_content_section %}
<div id="latest_content_section" class="list">
<h2 class="font-extrabold">Recent content</h2>
{% include "content/content_list.html" %}
</div>
{% endblock %}