nuir/templates/index.html

9 lines
229 B
HTML
Raw Permalink Normal View History

{% extends "base.html" %}
{% import "macros.html" as macro %}
{% block content %}
{{ macro.listArticles(articles_page.object_list) }}
2021-01-31 11:09:36 +00:00
{{ macro.paginationArt(articles_previous_page, articles_next_page) }}
{% endblock content %}