1 {% extends "base.html" %}
2 {% block content_title %}{% endblock %}
6 {% for article in articles_page.object_list %}
8 <h1><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
9 {% include 'metadata.inc.html' %}
15 {% include 'pagination.inc.html' %}
17 {% endblock content %}