Contents written by "{{author.display_name}}"
{% for content in contents.items %}
{{render_list_item(content)}}
{% endfor %}
{{render_pagination(contents, request.path)}}
{% include theme('footer.html') %}