{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {% trans t_author=author %}Articles by {{ t_author }}{% endtrans %}{% endblock %}
{% block description %}{{ SITENAME }} - {% trans t_author=author %}Read the latest articles by {{ t_author }}{% endtrans %}{% endblock %}
{% block content_head %}
{% trans %}Articles by{% endtrans %} {{ author }}
{% endblock %}