Browse Source

temporary home for the stream trigger added

master
mb @ ts 6 years ago
parent
commit
249ebeb434
  1. 9
      themes/varia/templates/page.html

9
themes/varia/templates/page.html

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

Loading…
Cancel
Save