1 {% extends "base.html" %}
2 {% block content_title %}{% endblock %}
5 <script src="/theme/js/comment_counts.js"></script>
10 {% for article in articles_page.object_list %}
12 <h1><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
13 {% include 'metadata.inc.html' %}
16 <span class="comments-link-container" data-path="/{{ article.url }}" id="{{ article.slug }}-comments-link-container"></span>
20 {% include 'pagination.inc.html' %}
22 {% endblock content %}