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