From b2845952da634202be913fdf0e68e6cb55b67d80 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 28 Nov 2023 23:52:40 +0100 Subject: Initial commit --- templates/blocks/article-list.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/blocks/article-list.html (limited to 'templates/blocks/article-list.html') diff --git a/templates/blocks/article-list.html b/templates/blocks/article-list.html new file mode 100644 index 0000000..a31836f --- /dev/null +++ b/templates/blocks/article-list.html @@ -0,0 +1,34 @@ +
+ {% for article in articles_page.object_list %} + + {% endfor %} +
-- cgit v1.2.3