2011-07-19 12:18:14 +02:00
|
|
|
{% extends "index.html" %}
|
|
|
|
|
|
|
|
|
|
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
|
2018-06-13 00:20:55 +00:00
|
|
|
|
2011-07-19 12:18:14 +02:00
|
|
|
{% block content_title %}
|
|
|
|
|
<h2>Articles by {{ author }}</h2>
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|