{% extends base_template %} {% block title %} {{ author.title }} {% endblock %} {% block content %}

{{ author.title }}

{{ author.body|safe }} {% if author.articles %}
Articles
{% for x in author.articles %}
{{ x }}
{% endfor %}
{% endif %} {% endblock content %}