dnd/deadsands/www/deadsands-theme/templates/author.html
2022-07-26 17:22:04 -07:00

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 %}