{{ article.summary }}
{% extends "base.html" %}
{% block title %}Blog | {{ SITENAME }}{% endblock %}
{% block subheader %}
{% include "modules/blogsubheader.html" %}
{% endblock subheader %}
{% block content %}
{% for article in articles_page.object_list %}
{{ article.summary }}