temporary home for the stream trigger added

This commit is contained in:
mb @ ts 2018-03-07 10:32:00 +01:00
parent 552efdc9ff
commit 249ebeb434

View File

@ -24,18 +24,17 @@
{% endif %} {% endif %}
<!-- {% import 'translations.html' as translations with context %} --> <!-- {% import 'translations.html' as translations with context %} -->
<!-- {{ translations.translations_for(page) }} --> <!-- {{ translations.translations_for(page) }} -->
</div>
{% for page in pages %} {% for page in pages %}
{{ page.slug }}
{% if page.slug == 'stream' %} {% if page.slug == 'stream' %}
!!! <div id="stream" class="overview">
{{ page.stream }}
{% for img in page.stream %} {% for img in page.stream %}
{{ img }}
<div class="container" style="background-image: url(/stream/{{ img }})"></div> <div class="container" style="background-image: url(/stream/{{ img }})"></div>
{% endfor %} {% endfor %}
</div>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div>
{% endblock %} {% endblock %}