{# Article list #} {% extends 'base/base.html' %} {% load staticfiles %} {% block head %} {% endblock %} {% block content %}

All articles

All public articles on RichiezhangBlog. Articles are sorted by newest first.

{% for article in articles %}
{{ article.title }}
{% empty %}

There are no articles yet.

{% endfor %}
{% endblock %}