aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap/templates/author.html
blob: fde712d463eee237d6a32cd3291537bba61e0ccf (plain)
1
2
3
4
5
6
7
{% extends "index.html" %}
{% block title %} Articles by {{ author }} - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}