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 %}