2017-07-06 14:28:42 +02:00
|
|
|
{% extends "index.html" %}
|
|
|
|
|
|
|
|
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
|
2019-02-13 16:49:46 +01:00
|
|
|
|
2017-07-06 14:28:42 +02:00
|
|
|
{% block content_title %}
|
|
|
|
<h2>Articles by {{ author }}</h2>
|
|
|
|
{% endblock %}
|
|
|
|
|