{% extends "index.html" %} {% block title %}{{ author }} — {{ SITENAME }}{% endblock %} {% block description %}All posts written by {{ author }}.{% endblock %} {% block content %}

Author {{author}}

{% for article in articles %} {% endfor %}
{{ article.date.strftime("%d %b %Y") }} {{ article.title }}
{% endblock %}