{% extends "base.html" %} {% block content %} {{ SITENAME }} {{ SITESUBTITLE }} The third Free and Open Source Software Yearly conference {% if articles_page.object_list %}News {% for article in articles_page.object_list %} {{ article.title }} {{ article.summary }} {% endfor %} {% endif %} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %} {% endblock content %}