Files
minne/html-router/templates/index/signed_in/recent_content.html
T

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