diff options
Diffstat (limited to 'franticworld/templates/author.html')
-rw-r--r-- | franticworld/templates/author.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/franticworld/templates/author.html b/franticworld/templates/author.html new file mode 100644 index 0000000..bde672c --- /dev/null +++ b/franticworld/templates/author.html @@ -0,0 +1,5 @@ +{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
+{% block content %}
+<h2>Articles by {{ author }}</h2>
+{% endblock content %}
\ No newline at end of file |