forked from varia/varia.website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
321 B
15 lines
321 B
<!-- <div>streaming...</div>
|
|
|
|
{% for page in pages %}
|
|
{% if page.slug == 'stream' %}
|
|
<div id="stream" class="overview">
|
|
!!!
|
|
{{ page.stream }}
|
|
{% for img in page.stream %}
|
|
{{ img }}
|
|
<div class="container" style="background-image: url(/stream/{{ img }})"></div>
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
|
|
-->
|