{% extends "base.html" %} {% block content %} {% if section.pages | length > 1 %}

{{ section.title }}

{% for page in section.pages %} {{ page.title }}
{{ page.date }}

{% endfor %} {% else %}

There are no blogposts currently

{% endif %} {% endblock %}