2021-01-28 08:55:36 +01:00
|
|
|
{% extends "base.html" %}
|
2021-01-30 20:19:24 +01:00
|
|
|
{% import "macros.html" as macro %}
|
2021-01-28 08:55:36 +01:00
|
|
|
{% block content %}
|
|
|
|
|
2021-01-30 20:19:24 +01:00
|
|
|
{{ macro.listArticles(articles_page.object_list) }}
|
2021-01-31 12:09:36 +01:00
|
|
|
{{ macro.paginationArt(articles_previous_page, articles_next_page) }}
|
2021-01-28 08:55:36 +01:00
|
|
|
|
|
|
|
{% endblock content %}
|