- {{ article.locale_date }}
- {{ article.category }} {% if not HIDE_AUTHORS and article.authors %}
- {% for author in article.authors %} {{ author }}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %}
{% extends "base.html" %}
{% block head %}
{{ super() }}
{% if DESCRIPTION %}
{% endif %}
{% endblock %}
{% block title %}
{{ SITENAME }} | {{ SITESUBTITLE }}
{% endblock %}
{% block page_header %}
Notes
{% endblock %}
{% block content %}
{% for article in articles_page.object_list %}
{{ article.title }}{% if article.link %} {% endif %}