forked from varia/varia.website
mb @ ts
7 years ago
1 changed files with 27 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||
|
<!-- {% extends "page.html" %} |
||||
|
|
||||
|
{% if page.slug == 'stream' %} |
||||
|
|
||||
|
{% block content %} |
||||
|
<section id="content" class="index"> |
||||
|
|
||||
|
{{ pages }} |
||||
|
|
||||
|
<div>streaming...</div> |
||||
|
|
||||
|
{% for page in pages %} |
||||
|
{% if page.slug == 'stream' %} |
||||
|
<div id="stream" class="overview"> |
||||
|
{% for img in page.stream %} |
||||
|
<div class="container" style="background-image: url(/stream/{{ img }})"></div> |
||||
|
{% endfor %} |
||||
|
</div> |
||||
|
{% endif %} |
||||
|
{% endfor %} |
||||
|
|
||||
|
</section> |
||||
|
{% endblock %} |
||||
|
|
||||
|
{% endif %} |
||||
|
|
||||
|
--> |
Loading…
Reference in new issue