dnd/deadsands/deadsands-theme/templates/author.html
2022-07-30 15:00:24 -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 %}