nuir/templates/index.html

8 lines
159 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% import "macros.html" as macro %}
{% block content %}
{{ macro.listArticles(articles_page.object_list) }}
{% endblock content %}