|
@ -14,16 +14,6 @@ |
|
|
<!-- {% 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> |
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|