From e10530507e2f7955be15170c886e507150e4c198 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 19 Apr 2024 10:32:56 +0300 Subject: [PATCH] Add the article rows template. --- views/article_rows.hbs | 1 + 1 file changed, 1 insertion(+) create mode 100644 views/article_rows.hbs diff --git a/views/article_rows.hbs b/views/article_rows.hbs new file mode 100644 index 0000000..cce1721 --- /dev/null +++ b/views/article_rows.hbs @@ -0,0 +1 @@ +{{> article_rows articles=articles }}