aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/plain_text.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/templates/plain_text.html')
-rw-r--r--source/static/templates/plain_text.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/static/templates/plain_text.html b/source/static/templates/plain_text.html
new file mode 100644
index 00000000..44b7da91
--- /dev/null
+++ b/source/static/templates/plain_text.html
@@ -0,0 +1,5 @@
+## plain_text.html
+<%inherit file="base.html"/>
+<div class="left inner">
+ <h1><i>${article_title}</i> from <a href="/articles/%s">${feed_title}</a></h1><br />
+ ${description} \ No newline at end of file
bgstack15