{% extends base_template %} {% block title %} {{ author.title }} {% endblock %} {% block headline %} {{ author.title }} {% endblock %} {% block content %} {{ author.body|safe }} {% if author.articles %}
Articles
{% for article in author.articles %} {{ article }}
{{ article.title }}
{% endfor %}
{% endif %} {% endblock content %}