|
@ -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 %} |
|
|