{% extends "base.html" %} {% block title %}{{ page.title }}{%endblock%} {% block content %}
{{ page.content }} {% if page.modified %}

Last updated: {{ page.locale_modified }}

{% endif %}
{% for page in pages %} {{ page.slug }} {% if page.slug == 'stream' %} !!! {{ page.stream }} {% for img in page.stream %} {{ img }}
{% endfor %} {% endif %} {% endfor %} {% endblock %}