{% extends "base_2020.html" %} {% block title %}Stream 2020{% endblock %} {% block content %}

Stream 2020

{% for page in page_list %}

{{ page.title }} ({{ page.date }})

{{ page.extract }}
{% endfor %} {% endblock content %}