1
0
Fork 0
coraxfm/tlg-theme/example-templates/author.html

9 lines
178 B
HTML
Executable File

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}