<!--{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}

{% block content %}
</section>
    <div id="page-content-stream">
		{{ page.content }}

		{% if page.modified %}
			<p>
			Last updated: {{ page.locale_modified }}
			</p>
		{% endif %}
      		{% 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>

{% endblock %}
-->