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