7 lines
176 B
HTML
7 lines
176 B
HTML
|
{% extends "index.html" %}
|
||
|
|
||
|
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
|
||
|
|
||
|
{% block content_title %}
|
||
|
<h2>Articles by {{ author }}</h2>
|
||
|
{% endblock %}
|