{{ article.title }}
{{ article.summary }}
{% extends "base.html" %}
{% block content %}
{% set custom_header = "Index" %}
{% include "header.html" %}
{% for article in articles_page.object_list %}
{{ article.title }}
{{ article.summary }}