testing to try to get stream page to work

This commit is contained in:
anglk 2020-04-17 00:29:13 +02:00
parent 4c9d0cb917
commit 259a7c7b18

View File

@ -13,6 +13,15 @@
{% endif %} {% endif %}
<!-- {% import 'translations.html' as translations with context %} --> <!-- {% import 'translations.html' as translations with context %} -->
<!-- {{ translations.translations_for(page) }} --> <!-- {{ translations.translations_for(page) }} -->
{% for page in pages %}
{% if page.slug == 'stream' %}
<div id="stream" class="overview">
{% for img in page.stream %}
<a href="https://vvvvvvaria.org/stream/{{ img }}"><div class="container" style="background-image: url(https://vvvvvvaria.org/stream/{{ img }})"></div></a>
{% endfor %}
</div>
{% endif %}
{% endfor %}
</div> </div>