From 259a7c7b18e1beb7e0dc2e46cf39556a642a078c Mon Sep 17 00:00:00 2001 From: anglk Date: Fri, 17 Apr 2020 00:29:13 +0200 Subject: [PATCH] testing to try to get stream page to work --- themes/varia/templates/page.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/varia/templates/page.html b/themes/varia/templates/page.html index 3c5e50f..a0f51a4 100644 --- a/themes/varia/templates/page.html +++ b/themes/varia/templates/page.html @@ -13,6 +13,15 @@ {% endif %} + {% for page in pages %} + {% if page.slug == 'stream' %} +
+ {% for img in page.stream %} +
+ {% endfor %} +
+ {% endif %} + {% endfor %}